VisualStyleElement.Button.RadioButton.UncheckedNormal 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得視覺化樣式項目,表示處於未核取狀態的一般選項按鈕。
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 屬性傳回的 UncheckedNormal 來建立 VisualStyleRenderer 。