ImageGear .NET
Sort Property (ComboBox)




Gets or sets a value indicating whether the list of options is stored in alphabetical order.
NOTE: ImageGear .NET 23.0 does not adhere to the behavior of this property. It is available for read and write for exporting purposes.
Syntax
'Declaration
 
Public Property Sort As Boolean
'Usage
 
Dim instance As ComboBox
Dim value As Boolean
 
instance.Sort = value
 
value = instance.Sort
public bool Sort {get; set;}
public: __property bool get_Sort();
public: __property void set_Sort( 
   bool value
);
public:
property bool Sort {
   bool get();
   void set (    bool value);
}

Property Value

Whether the list of options is stored in alphabetical order.
See Also

Reference

ComboBox Class
ComboBox Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback