Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMenuBar Class / UpdateFormCaption Property


In This Topic
    UpdateFormCaption Property (NMenuBar)
    In This Topic
    Gets/sets a value whether the menu bar will automatically update the form's caption when a document is maximized.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property UpdateFormCaption As System.Boolean
    'Usage
     
    
    Dim instance As NMenuBar
    Dim value As System.Boolean
     
    instance.UpdateFormCaption = value
     
    value = instance.UpdateFormCaption
    [System.ComponentModel.DefaultValue(true)]
    public System.bool UpdateFormCaption {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also