ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Metódus

Definíció

Azt jelzi, hogy a gomb háttere részben vagy alfa-kevert darabokkal rendelkezik-e.

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éterek

state
PushButtonState

PushButtonState A gomb vizualizációs állapotát meghatározó értékek egyike.

Válaszok

trueha a gomb hátterében félig áteresztett vagy alfa-kevert részek vannak; egyéb esetben. false

A következőre érvényes: