Fired when a selection change is committed. Syntax
Returns the event handler that notifies SelectionChangeCommitted Syntax
Fired when the selection changes Syntax
Sets the value of the CheckState property for each ValueListItem in the Items collection. Syntax Parameters value The new value for the CheckState property.
Sets the value of the CheckState property for each ValueListItem in the specified list. Syntax Parameters items A generic list of the ValueListItem instances whose check state is to be modified.value The new value for the CheckState property. Exceptions Exception Description System.ArgumentNullException If the val...
Sets the value of the CheckState property for each ValueListItem in the specified list. Syntax Parameters items An array of the ValueListItem instances whose check state is to be modified.value The new value for the CheckState property. Exceptions Exception Description System.ArgumentNullException If the value of ...
Sets the value of the CheckState property for each ValueListItem in the Items collection. Overload List
Sets the DataSource and DataMember properties in one atomic operation. Syntax Parameters dataSource The new data source.dataMember The new data member. Remarks Note: Calling this method on the UltraTimeZoneEditor or UltraFontNameEditor will result in a NotSupportedException since those controls do not support bein...
Returns true if the AutoCompleteMode property has been set to a non-default value. Syntax Return Value Returns true if this property is not set to its default value. Example