CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.