RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) Metoda

Definice

Určuje, jestli má pozadí přepínače (označované také jako přepínač) poloprůhledné nebo alfa-blended části.

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

Jedna z RadioButtonState hodnot, která určuje vizuální stav přepínače.

Návraty

truepokud pozadí přepínače má poloprůhledné nebo alfa-smíšené části; v opačném případě . false

Platí pro