Version

Search Results

SelectionChangeCommitted Event (UltraComboEditor)

Fired when a selection change is committed. Syntax

SelectionChangedEventHandler Property (UltraComboEditor)

Returns the event handler that notifies SelectionChangeCommitted Syntax

SelectionChanged Event (UltraComboEditor)

Fired when the selection changes Syntax

SetCheckState(CheckState) Method

Sets the value of the CheckState property for each ValueListItem in the Items collection. Syntax Parameters value The new value for the CheckState property.

SetCheckState(List<ValueListItem>,CheckState) Method

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...

SetCheckState(ValueListItem[],CheckState) Method

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 ...

SetCheckState Method

Sets the value of the CheckState property for each ValueListItem in the Items collection. Overload List

SetDataBinding Method (UltraComboEditor)

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...

ShouldSerializeAutoCompleteMode Method

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