Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / UserInterface Class / UserInterfaceMode Property


In This Topic
    UserInterfaceMode Property (UserInterface)
    In This Topic
    Gets or sets a value indicating the user interface mode of the Workspace.
    Syntax
    'Declaration
     
    
    Public Property UserInterfaceMode As UIModeEnum
    'Usage
     
    
    Dim instance As UserInterface
    Dim value As UIModeEnum
     
    instance.UserInterfaceMode = value
     
    value = instance.UserInterfaceMode
    public UIModeEnum UserInterfaceMode {get; set;}
    See Also