VisualStyleElement.Button.PushButton.Pressed Property

Definition

Gets a visual style element that represents a pressed button.

public:
 static property System::Windows::Forms::VisualStyles::VisualStyleElement ^ Pressed { System::Windows::Forms::VisualStyles::VisualStyleElement ^ get(); };
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get; }
static member Pressed : System.Windows.Forms.VisualStyles.VisualStyleElement
Public Shared ReadOnly Property Pressed As VisualStyleElement

Property Value

A VisualStyleElement that represents a pressed button.

Applies to