CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) Méthode

Définition

Indique si l’arrière-plan de la case à cocher comporte des éléments semi-transparents ou alpha-mélangés.

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 CheckBoxState valeurs qui spécifie l’état visuel de la case à cocher.

Retours

true si l’arrière-plan de la case à cocher comporte des éléments semi-transparents ou alpha-mélangés ; sinon, false.

S’applique à