Infragistics(R) NetAdvantage(R) Windows Forms
IValueListOwner Interface Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Win Namespace : IValueListOwner Interface


The following tables list the members exposed by IValueListOwner.

Public Properties

 NameDescription
 PropertyControl Returns the owner's control  
 PropertyDisplayStyle Returns the EmbeddableElementDisplayStyle that indicates the default look and feel of the ValueList items.  
 PropertyEditControl Returns the active edit control (if any)  
 PropertyImageList Returns the imagelist of the control  
 PropertyIsDropDownList True if this is a drop down list type where there is no edit control  
 PropertyScrollBarLookReturns the ScrollBarLook instance which defines the appearance for the scrollbar displayed by the dropdown.  
 PropertyScrollBarViewStyleReturns the Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle that indicates the default look and feel for the scrollbar displayed by the dropdown.  
 PropertySizeOfImages Returns the size of images in the image list collection.  
 PropertyUltraControl Returns the IUltraControl associated with the owner.  
 PropertyValueLists Returns a ValueList Collection  
Top

Public Methods

 NameDescription
 MethodOnCloseUp Called when the dropdown is closed up  
 MethodOnListGotFocus Called when the list portion receives focus.  
 MethodOnSelectedItemChanged Called when a swapdropdown item has changed  
 MethodOnSelectionChangeCommitted Called when a new item is selected and that change to that item is completed  
 MethodResolveValueListAppearance Resolves the value list's appearance  
Top

See Also