VisDropDownBase
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Base class for all custom drop down controls.
- C#
- VB.NET
public class VisDropDownBase : SalComboBox
Public Class VisDropDownBase
Inherits 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 |
|---|---|
| VisColorPaletteDropDown | Non-editable combo-box with drop-down color palette |
| VisListViewDropDown | Combo box with drop down cListView |
| VisOutlineComboBox | Combo box which supports hierarchical tree outlines. |
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalEditControl | |
| ISalListControl | |
| ISalWindow |