ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / ChildCaptionInSquareBrackets Property

In This Topic
    ChildCaptionInSquareBrackets Property
    In This Topic
    Gets or sets a value indicating if the title of a maximized MDI child window should appear in square brackets after the main Form's title.
    Syntax
    'Declaration
     
    Public Property ChildCaptionInSquareBrackets As System.Boolean
    public System.bool ChildCaptionInSquareBrackets {get; set;}
    See Also