Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / DefaultTitle Property

In This Topic
    DefaultTitle Property
    In This Topic
    Gets or sets a string (followed by a number) used for the 'title' attribute of the loaded document if that attribute is not specified.
    Syntax
    'Declaration
     
    Public Property DefaultTitle As System.String
    public System.string DefaultTitle {get; set;}
    See Also