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


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