ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Método

Definição

Indica se a tela de fundo do botão tem partes semitransparentes ou misturadas 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.

Retornos

true se a tela de fundo do botão tiver partes semitransparentes ou misturadas alfa; caso contrário, false.

Aplica-se a