Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceDefaults Interface / HideBuiltInTemplates Property


In This Topic
    HideBuiltInTemplates Property (IWorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating whether stock/built-in templates should be hidden on the new document dialog
    Syntax
    'Declaration
     
    
    Property HideBuiltInTemplates As Boolean
    'Usage
     
    
    Dim instance As IWorkspaceDefaults
    Dim value As Boolean
     
    instance.HideBuiltInTemplates = value
     
    value = instance.HideBuiltInTemplates
    bool HideBuiltInTemplates {get; set;}
    See Also