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


In This Topic
    LookAndFeel Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating the look and feel/color scheme of the Workspace.
    Syntax
    'Declaration
     
    
    Property LookAndFeel As LookFeelEnum
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As LookFeelEnum
     
    instance.LookAndFeel = value
     
    value = instance.LookAndFeel
    LookFeelEnum LookAndFeel {get; set;}
    See Also