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


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