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

Returns true if this editor supports a dropdown.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property SupportsDropDown As Boolean
C# 
public virtual bool SupportsDropDown {get;}

Remarks

The default implementation returns false. Derived classes that override this property and return true must also override the DoDropDown and DoCloseUp methods.

See Also