ImageGear .NET v25.0 - Updated
Selected Property (ChoiceOption)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ChoiceOption Class : Selected Property
Gets a value indicating whether this choice is selected or not.
Syntax
'Declaration
 
Public ReadOnly Property Selected As Boolean
'Usage
 
Dim instance As ChoiceOption
Dim value As Boolean
 
value = instance.Selected
public bool Selected {get;}
public: __property bool get_Selected();
public:
property bool Selected {
   bool get();
}

Property Value

Whether this choice is selected or not.
See Also

Reference

ChoiceOption Class
ChoiceOption Members