CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si l'arrière-plan de la case à cocher a des parties translucides ou à contrôle alpha.
public:
static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::CheckBoxState state);
public static bool IsBackgroundPartiallyTransparent (System.Windows.Forms.VisualStyles.CheckBoxState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.CheckBoxState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As CheckBoxState) As Boolean
Paramètres
- state
- CheckBoxState
Une des valeurs CheckBoxState qui spécifie l'état visuel de la case à cocher.
Retours
true
si l'arrière-plan de la case à cocher a des parties translucides ou à contrôle alpha ; sinon, false
.