dsCustomPropertyControlArea_e Enumeration Send Feedback
See Also 
Location where to initially dock a custom tab, and locations where to allow a user to dock custom tabs.

Syntax

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

Members

MemberDescription
dsCustomPropertyControlArea_Bottom8 or 0x8 = Dock custom tab at the bottom of window
dsCustomPropertyControlArea_Left1 or 0x1 = Dock custom tab on the left side of window
dsCustomPropertyControlArea_No0 or 0x0 = Custom tab is initially floating, or user cannot dock the custom tab
dsCustomPropertyControlArea_Right2 or 0x2 = Dock custom tab on the right side of window
dsCustomPropertyControlArea_Top4 or 0x4 = Dock custom tab at the top of window

See Also