VisualStyleElement.Button.RadioButton.UncheckedNormal Property

Definition

Gets a visual style element that represents a normal radio button in the unchecked state.

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

Property Value

A VisualStyleElement that represents a normal radio button in the unchecked state.

Remarks

You can use the VisualStyleElement returned by the UncheckedNormal property to create a VisualStyleRenderer.

Applies to