RadioButton.UncheckedVisualState Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The visual state name for when the radio button is unchecked.
public: System::String ^ UncheckedVisualState;
public const string UncheckedVisualState;
val mutable UncheckedVisualState : string
Public Const UncheckedVisualState As String
Field Value
The string "Unchecked".