GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / TopBar Property
In This Topic
    TopBar Property
    In This Topic
    Gets or sets the Control that runs along the top edge of the view.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual Control TopBar {get; set;}

    Property Value

    Any Control may be used here; the initial value is null.
    Remarks
    The position and width of the control are set automatically by LayoutScrollBars; the height is not modified.
    See Also