Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / TabStripLocation Property


In This Topic
    TabStripLocation Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating the location of the tab strip in the Workspace.
    Syntax
    'Declaration
     
    
    Property TabStripLocation As TabStripLocationEnum
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As TabStripLocationEnum
     
    instance.TabStripLocation = value
     
    value = instance.TabStripLocation
    TabStripLocationEnum TabStripLocation {get; set;}
    See Also