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


In This Topic
    UseAlternateIcons Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating the use of alternate icons.
    Syntax
    'Declaration
     
    
    Property UseAlternateIcons As Boolean
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As Boolean
     
    instance.UseAlternateIcons = value
     
    value = instance.UseAlternateIcons
    bool UseAlternateIcons {get; set;}
    See Also