ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Methode

Definition

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

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

Parameter

state
PushButtonState

Einer der PushButtonState-Werte, der den visuellen Zustand der Schaltfläche angibt.

Gibt zurück

true, wenn der Hintergrund der Schaltfläche halbtransparente Bereiche oder Bereiche mit Alphablending aufweist, andernfalls false.

Gilt für: