RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) Metoda

Definicja

Wskazuje, czy tło przycisku opcji (nazywanego również przyciskiem radiowym) ma półprzezroczyste lub alfa-blendowane elementy.

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

Parametry

state
RadioButtonState

RadioButtonState Jedna z wartości określających stan wizualny przycisku opcji.

Zwraca

true jeśli tło przycisku opcji ma półprzezroczyste lub alfa-blendowane elementy; w przeciwnym razie , false.

Dotyczy