ImageUtils.TweakImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| TweakImage(Button, Boolean) | |
| TweakImage(CheckBox, Boolean) |
TweakImage(Button, Boolean)
public:
static void TweakImage(System::Windows::Forms::Button ^ control, bool makeHighContrast);
public static void TweakImage (System.Windows.Forms.Button control, bool makeHighContrast);
static member TweakImage : System.Windows.Forms.Button * bool -> unit
Public Shared Sub TweakImage (control As Button, makeHighContrast As Boolean)
参数
- control
- Button
- makeHighContrast
- Boolean
适用于
TweakImage(CheckBox, Boolean)
public:
static void TweakImage(System::Windows::Forms::CheckBox ^ control, bool makeHighContrast);
public static void TweakImage (System.Windows.Forms.CheckBox control, bool makeHighContrast);
static member TweakImage : System.Windows.Forms.CheckBox * bool -> unit
Public Shared Sub TweakImage (control As CheckBox, makeHighContrast As Boolean)
参数
- control
- CheckBox
- makeHighContrast
- Boolean