ImageUtils.TweakImage Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| 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)
Parâmetros
- control
- Button
- makeHighContrast
- Boolean
Aplica-se a
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)
Parâmetros
- control
- CheckBox
- makeHighContrast
- Boolean