GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class
Members
In This Topic
    GoButton Class
    In This Topic
    A GoButton looks like a regular button, with a text label and/or an icon, but is composed of GoObjects so that it is very light weight and flexible.
    Syntax
    Remarks
    The Background is normally a GoRectangle, and the Icon is normally null/nothing. However both properties can be any kind of GoObject.
    See Also