通过


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; }
static member UncheckedNormal : System.Windows.Forms.VisualStyles.VisualStyleElement
Public Shared ReadOnly Property UncheckedNormal As VisualStyleElement

属性值

表示 VisualStyleElement 处于未选中状态的普通单选按钮。

注解

可以使用 VisualStyleElement 属性返回 UncheckedNormal 来创建一个 VisualStyleRenderer

适用于