Version

Search Results

CheckedItems Property

Returns a collection which contains the members of the Items collection whose CheckState property returns Checked. Syntax Remarks The CheckedItems collection property mirrors the property of the same name that is exposed by the ValueList class. The CheckedItems collection is similar to the collection of the same n...

CheckedListSettings Property

Returns a CheckedListSettings instance which determines whether checkboxes are displayed for the items in the dropdown list, and whether the value of the controls Value property is obtained from the CheckedItems collection. Syntax Example The following code sample demonstrates how to configure the UltraComboEditor...

CloseUp Method (UltraComboEditor)

Hides the list portion of the control. Syntax Remarks If the list portion is not visible, the CloseUp method does nothing and returns. Example THis example demonstrates how the DropDown and CloseUp methods can be used to programmatically show or hide the dropdown list.

ControlUIElement Property (UltraComboEditor)

Returns the controls main element Syntax

CreateAccessibilityInstance Method (UltraComboEditor)

Creates a new accessibility object for the control. Syntax Return Value A new accessibility object for the control.

CreateComponentRole Method (UltraComboEditor)

Factory method used to create the component role that provides the style information for the control. Syntax Return Value The Infragistics.Win.AppStyling.ComponentRole for the control.

CreateEditorWithText() Method

Creates a new Infragistics.Win.EditorWithText object. Syntax Return Value A new EditorWithText object.

CreateEditorWithText(EmbeddableEditorOwnerBase) Method

Creates a new Infragistics.Win.EditorWithText object. Syntax Parameters owner The owner associated with the editor being created. Return Value A new EditorWithText object.