RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) Methode

Definition

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

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

Parameter

state
RadioButtonState

Einer der RadioButtonState-Werte, der den visuellen Zustand des Optionsfelds angibt.

Gibt zurück

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

Gilt für: