Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / TabStripLocationEnum Enumeration


In This Topic
    TabStripLocationEnum Enumeration
    In This Topic
    Enumerator for TabStripLocation, which indicates the location of the tab strip in the Workspace.
    Syntax
    'Declaration
     
    
    Public Enum TabStripLocationEnum 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TabStripLocationEnum
    public enum TabStripLocationEnum : System.Enum 
    Members
    MemberDescription
    Bottom 
    Left 
    Right 
    Top 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.WorkspaceSettings.TabStripLocationEnum

    See Also