Share via


GroupBoxRenderer.IsBackgroundPartiallyTransparent(GroupBoxState) Methode

Definition

Gibt an, ob der Hintergrund des Gruppenfelds halbtransparente Bereiche oder Bereiche mit Alphablending aufweist.

public:
 static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::GroupBoxState state);
public static bool IsBackgroundPartiallyTransparent (System.Windows.Forms.VisualStyles.GroupBoxState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.GroupBoxState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As GroupBoxState) As Boolean

Parameter

state
GroupBoxState

Einer der GroupBoxState-Werte, der den visuellen Zustand des Gruppenfelds angibt.

Gibt zurück

true, wenn der Hintergrund des Gruppenfelds halbtransparente Bereiche oder Bereiche mit Alphablending aufweist, andernfalls false.

Gilt für: