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


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