Version

Search Results

ResetMRUList Method

Resets the MRUList property to its default value. Syntax Remarks Invoke this method to reset the MRUList property to its default value. Example

ResetSortStyle Method

Resets the SortStyle property to its default value. Syntax Remarks Invoke this method to reset the SortStyle property to its default value. Once this method is invoked, the ShouldSerializeSortStyle method will return False until the SortStyle property is set again. Example

ResolveButtonAppearance Method (UltraComboEditor)

Resolves the Appearance used by the controls dropdown button Syntax Parameters appearance The AppearanceData to resolverequestedProps Bit flags representing which Appearance properties are to be resolved

ResolveItemAppearance Method (UltraComboEditor)

Resolves the Appearance used by the controls dropdown list items Syntax Parameters appearance The AppearanceData to resolverequestedProps Bit flags representing which Appearance properties are to be resolved

RotateGesture Event (UltraComboEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.Touch.RotateGestureEventArgs containing data related to this event. The following RotateGestureEventArgs properties provide information specific to this event.Property Description Angle Gesture Handled (Inherited from Infragistics.Wi...

ScrollControl Method (UltraComboEditor)

Syntax Parameters xAmount yAmount scrollRect clipRect updateRect eraseBackground invalidate scrollChildren smoothScrollAmount

SelectedIndex Property

Gets/sets the index of the current SelectedItem. Available only at runtime. Syntax Remarks Setting the SelectedIndex property results in the SelectedItem property being set to the item at that ordinal position in the Items collection. Note: When the HasMRUList property is True, and the dropdown list contains MRU i...

SelectedItem Property

Gets/sets the currently selected item. Available only at runtime. Syntax Remarks The SelectedItem property can be set to an item in the dropdown list; when that happens, the controls edit portion displays that items text, and the SelectedIndex property returns the index of the item. The Items collection is a colle...

SelectionChangeCommittedEventHandler Property (UltraComboEditor)

Returns the event handler that notifies SelectionChangeCommitted Syntax