# VisDropDownBase

Namespace: **PPJ.Runtime.Vis**

Assembly: **PPJ.Runtime.Vis.49** (4.9.0.0)

Base class for all custom drop down controls.

{% tabs %}
{% tab title="C#" %}

```csharp
public class VisDropDownBase : SalComboBox
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class VisDropDownBase
    Inherits SalComboBox
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)VisDropDownBase()

Constructor

## Properties

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DropDownBorderStyle

[BorderStyle](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.borderstyle): Returns/Sets the border style to use for the drop down host.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DropDownControl

[Control](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control): Gets/Sets the control to use as the combo's drop down.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DropDownSize

[Size](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.size): Gets/Sets the size of the drop down control.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DroppedDown

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Shows/Hides the custom drop down control.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Editable

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Gets/Sets the editable flag.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SelectedIndex

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): Hide the SelectedIndex property.

## Inherited By

| Name                                                                                                                       | Description                                          |
| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [VisColorPaletteDropDown](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.visdropdownbase) | Non-editable combo-box with drop-down color palette  |
| [VisListViewDropDown](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.visdropdownbase)     | Combo box with drop down cListView                   |
| [VisOutlineComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.visdropdownbase)      | Combo box which supports hierarchical tree outlines. |

## Implements

| Name                                                                                                               | Description |
| ------------------------------------------------------------------------------------------------------------------ | ----------- |
| [ISalControl](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.visdropdownbase)     |             |
| [ISalEditControl](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.visdropdownbase) |             |
| [ISalListControl](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.visdropdownbase) |             |
| [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.visdropdownbase)      |             |
