CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob der Hintergrund des Kontrollkästchens halbtransparente Bereiche oder Bereiche mit Alphablending aufweist.
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
Parameter
- state
- CheckBoxState
Einer der CheckBoxState-Werte, der den visuellen Zustand des Kontrollkästchens angibt.
Gibt zurück
true
, wenn der Hintergrund des Kontrollkästchens halbtransparente Bereiche oder Bereiche mit Alphablending aufweist; andernfalls, false
.