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


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