GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / CreateIcon Method
In This Topic
    CreateIcon Method (GoButton)
    In This Topic
    Make the icon for the button.
    Syntax
    protected virtual GoObject CreateIcon()

    Return Value

    By default this returns null
    Remarks
    This is called by the constructor. You can override this to return a newly allocated GoImage, or some other object to serve as the decoration for the button. You can also set the Icon property at any time.
    See Also