[]
        
(Showing Draft Content)

FarPoint.Win.DropDownOptions

DropDownOptions Enum

Specifies how to show the list in the combox cell type.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public enum DropDownOptions
Public Enum DropDownOptions

Fields

Name Description
Button

Displays the drop down when the button area is clicked, does not drop down when the cell area is clicked.

ButtonAndText

Displays the drop-down list when the cell or button area is clicked.

Inherit

Keeps the 3.0 behavior (default)

None

Does not drop down when the cell or button area is clicked

Text

Displays the drop-down list when the cell area is clicked, does not drop down the list when the button area clicked.