ImageGear .NET
Options Property




Gets a list of options for the choice field.
Syntax
'Declaration
 
Public ReadOnly Property Options As Collection(Of ChoiceOption)
'Usage
 
Dim instance As ChoiceField
Dim value As Collection(Of ChoiceOption)
 
value = instance.Options
public Collection<ChoiceOption> Options {get;}
public: __property Collection<ChoiceOption*>* get_Options();
public:
property Collection<ChoiceOption^>^ Options {
   Collection<ChoiceOption^>^ get();
}

Property Value

The list of options in the field.
See Also

Reference

ChoiceField Class
ChoiceField Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback