Gets or sets a value indicating whether the LiveRadioButton control is checked.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides Property Checked As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As LiveRadioButton
Dim value As Boolean
instance.Checked = value
value = instance.Checked |
| C# | |
|---|
public override bool Checked {get; set;} |
| C++/CLI | |
|---|
public:
property bool Checked {
bool get() override;
void set ( bool value) override;
} |
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also