Infragistics(R) NetAdvantage(R) Windows Forms
DoDropDown Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > EmbeddableEditorBase Class : DoDropDown Method

Drops down the dropdown.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function DoDropDown() As Boolean
C# 
protected virtual bool DoDropDown()

Return Value

True if successful.

Remarks

The method must be overidden in derived classes that override and return true from the SupportsDropDown property.

See Also