Version

Search Results

DropDownListWidth Property

Gets/sets the width of the dropdown list. Syntax Remarks Setting the property to 0 results in the dropdown list autosizing its width to be equal to the controls width Setting the property to -1 results in the dropdown list autosizing its width to accommodate the longest items text Example This sample shows how to ...

DropDownStyle Property (UltraComboEditor)

Gets/sets a value that determines whether the text portion of the control is editable. Syntax Remarks The DropDownStyle property controls the interface that is presented to the user. When set to DropDown, the text portion is editable, and the controls value can be set to any string value. When set to DropDownList,...

DroppedDown Property

Gets/sets whether the list portion is dropped down. Syntax

EditorButtonClick Event (UltraComboEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.EditorButtonEventArgs containing data related to this event. The following EditorButtonEventArgs properties provide information specific to this event.Property Description Button Context

EditorSpinButtonClick Event (UltraComboEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.SpinButtonClickEventArgs containing data related to this event. The following SpinButtonClickEventArgs properties provide information specific to this event.Property Description Button (Inherited from Infragistics.Win...

EndUpdate(Boolean) Method

Syntax Parameters invalidate

FindString(String) Method

FindString method Syntax Parameters s The string to search for Return Value The index of the first item that contains a match for the specified string Example This sample finds the string specified, selects it, and highlights it within the list.