| Visual Basic | |
|---|---|
Public Enum dsCustomPropertyControlArea_e Inherits System.Enum | |
| C# | |
|---|---|
public enum dsCustomPropertyControlArea_e : System.Enum | |
| JavaScript | |
|---|---|
dsCustomPropertyControlArea_e : String | |
| COM native C++ | |
|---|---|
enum dsCustomPropertyControlArea_e | |
| C++ | |
|---|---|
enum dsCustomPropertyControlArea_e | |
| Member | Description |
|---|---|
| dsCustomPropertyControlArea_Bottom | 8 or 0x8 = Dock custom tab at the bottom of window |
| dsCustomPropertyControlArea_Left | 1 or 0x1 = Dock custom tab on the left side of window |
| dsCustomPropertyControlArea_No | 0 or 0x0 = Custom tab is initially floating, or user cannot dock the custom tab |
| dsCustomPropertyControlArea_Right | 2 or 0x2 = Dock custom tab on the right side of window |
| dsCustomPropertyControlArea_Top | 4 or 0x4 = Dock custom tab at the top of window |
Syntax