RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) Méthode

Définition

Indique si l’arrière-plan du bouton d’option (également appelé case d’option) a des éléments semi-transparents ou alpha-mélangés.

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 RadioButtonState valeurs qui spécifie l’état visuel du bouton d’option.

Retours

true si l’arrière-plan du bouton d’option a des éléments semi-transparents ou alpha-mélangés ; sinon, false.

S’applique à