Version

Search Results

GetItemHeight Method

Returns the height of the item at the specified index Syntax Parameters index The index of the item Return Value The height of the item in pixels

GetItemText Method (UltraComboEditor)

Returns the text of the specified ValueListItem Syntax Parameters item The ValueListItem whose text is to be returned Return Value A string containing the items text

GetText Method (UltraComboEditor)

Gets the text of the control Syntax

HasButtonAppearance Property (UltraComboEditor)

Returns true if a ButtonAppearance object has been created. Syntax

HasItemAppearance Property

Returns true if an ItemAppearance object has been created. Syntax

HasMRUList Property

Gets/sets whether the editor has an MRU (most recently used) list associated with it. Syntax Remarks MRU is an acronym for Most Recently Used. The controls MRU list contains the text of the items that were most recently selected by the end user. Example This example configures the UltraComboEditor to have an MRULi...

ImageList Property (UltraComboEditor)

Syntax Example This example demonstrates how to set the UltraWinEditors controls to use an ImageList, and to specify a transparent color for the images they display.

ImageTransparentColor Property (UltraComboEditor)

Syntax Example This sample initializes the items collection of an UltraComboEditor. It then initializes some of the display and behavior properties such as MRU, Item and individual item appearances, autocomplete.