Share via


RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) Méthode

Définition

Indique si l'arrière-plan de la case d'option a des parties translucides ou à contrôle alpha.

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

Paramètres

state
RadioButtonState

Une des valeurs RadioButtonState qui spécifie l'état visuel de la case d'option.

Retours

true si l'arrière-plan de la case d'option a des parties translucides ou à contrôle alpha ; sinon, false.

S’applique à