GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / TopRightCorner Property
In This Topic
    TopRightCorner Property
    In This Topic
    Gets or sets the Control that fits in the top-right corner adjacent to both the TopBar and the RightBar.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual Control TopRightCorner {get; set;}

    Property Value

    Any Control may be used here; the initial value is a blank, default Control.
    Remarks
    The position and size of the control are set automatically to fit the adjacent bars' width and height.
    See Also