ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Metoda

Definice

Určuje, zda má pozadí tlačítka poloprůhledné nebo alfa prolnutí částí.

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

Parametry

state
PushButtonState

Jedna z PushButtonState hodnot, které určují stav vizuálu tlačítka.

Návraty

truepokud pozadí tlačítka má poloprůhledné nebo alfa-smíšené kousky; v opačném případě . false

Platí pro