ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Méthode

Définition

Indique si l'arrière-plan du bouton possède des parties translucides ou à contrôle alpha.

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

Paramètres

state
PushButtonState

Une des valeurs PushButtonState qui spécifie l'état visuel du bouton.

Retours

true si l'arrière-plan du bouton possède des parties translucides ou à contrôle alpha ; sinon, false.

S’applique à