ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / ChoiceOption Class / Selected Property




In This Topic
    Selected Property
    In This Topic
    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