共用方式為


VisualStyleElement.Button.RadioButton.UncheckedNormal 屬性

定義

取得視覺化樣式項目,表示處於未核取狀態的一般選項按鈕。

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

屬性值

VisualStyleElement

VisualStyleElement,表示處於未核取狀態的一般選項按鈕。

備註

您可以使用 VisualStyleElement 屬性傳回的 UncheckedNormal 來建立 VisualStyleRenderer

適用於