Compartilhar via


ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Método

Definição

Indica se a tela de fundo do botão tem partes semitransparentes ou de combinação 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 valores de PushButtonState que especifica o estado visual do botão.

Retornos

Boolean

true se a tela de fundo do botão tiver alguma parte semitransparente ou de combinação alfa; caso contrário, false.

Aplica-se a