ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Metoda

Definice

Označuje, jestli má pozadí tlačítka poloprůhledné nebo alfa-smíšené části.

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čuje vizuální stav tlačítka.

Návraty

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

Platí pro