ImageUtils.TweakImage Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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)
Parameter
- control
- Button
- makeHighContrast
- Boolean
Gilt für:
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)
Parameter
- control
- CheckBox
- makeHighContrast
- Boolean