CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) Methode

Definitie

Hiermee wordt aangegeven of de achtergrond van het selectievakje semitransparante of alfamixed stukken bevat.

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

Parameters

state
CheckBoxState

Een van de CheckBoxState waarden waarmee de visuele status van het selectievakje wordt opgegeven.

Retouren

true indien de achtergrond van het selectievakje semitransparante of alfa-gemengde stukken bevat; anders, false.

Van toepassing op