ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Método

Definição

Indica se o fundo do botão tem peças semitransparentes ou com mistura alfa.

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

Parâmetros

state
PushButtonState

Um dos PushButtonState valores que especifica o estado visual do botão.

Devoluções

true se o fundo do botão tiver peças semitransparentes ou alfa-misturadas; caso contrário, false.

Aplica-se a