VisDropDownBase
PPJ.Runtime.Vis.VisDropDownBase
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Base class for all custom drop down controls.
public class VisDropDownBase : SalComboBox
Constructors
VisDropDownBase()

Constructor
Properties
DropDownBorderStyle

BorderStyle: Returns/Sets the border style to use for the drop down host.
DropDownControl

Control: Gets/Sets the control to use as the combo's drop down.
DropDownSize

Size: Gets/Sets the size of the drop down control.
DroppedDown

Boolean: Shows/Hides the custom drop down control.
Editable

Boolean: Gets/Sets the editable flag.
SelectedIndex

Int32: Hide the SelectedIndex property.
Inherited By
Name
Description
Non-editable combo-box with drop-down color palette
Combo box with drop down cListView
Combo box which supports hierarchical tree outlines.
Implements
Name
Description
Last updated