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

Called to drop down the dropdown.

Syntax

Visual Basic (Declaration) 
Public Function DropDown() As Boolean
C# 
public bool DropDown()

Return Value

Returns true if successful.

Remarks

The editor must already be in edit mode otherwise this method will return false.

See Also