ImageUtils.TweakImage Метод

Определение

Перегрузки

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

Применяется к