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


In This Topic
    ShowHelp Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating if the Help button will be shown in the Workspace Ribbon.
    Syntax
    'Declaration
     
    
    Property ShowHelp As Boolean
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As Boolean
     
    instance.ShowHelp = value
     
    value = instance.ShowHelp
    bool ShowHelp {get; set;}
    See Also