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

BorderStylearrow-up-right: Returns/Sets the border style to use for the drop down host.

Controlarrow-up-right: Gets/Sets the control to use as the combo's drop down.

Sizearrow-up-right: Gets/Sets the size of the drop down control.

DroppedDown

Booleanarrow-up-right: Shows/Hides the custom drop down control.

Editable

Booleanarrow-up-right: Gets/Sets the editable flag.

SelectedIndex

Int32arrow-up-right: 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

Last updated