Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceDefaults Class / HideBuiltInTemplates Property


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