ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) Método

Definición

Indica si el fondo del botón tiene piezas semitransparentes o alfa-blended.

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

Uno de los PushButtonState valores que especifica el estado visual del botón.

Devoluciones

true es si el fondo del botón tiene piezas semitransparentes o mezclas alfa; de lo contrario, false.

Se aplica a