Partager via


ImageUtils.TweakImage Méthode

Définition

Surcharges

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)

Paramètres

control
Button
makeHighContrast
Boolean

S’applique à

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)

Paramètres

control
CheckBox
makeHighContrast
Boolean

S’applique à