GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / GoButton Constructor
In This Topic
    GoButton Constructor
    In This Topic
    Construct a GoButton with an empty text label and no icon.
    Syntax
    public GoButton()
    Remarks
    This calls CreateBackground, CreateIcon, and CreateLabel to provide initial values for this group's Background, Icon, and Label properties.
    See Also