GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoButton Class
/ CreateIcon Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CreateIcon Method (GoButton)
In This Topic
Make the icon for the button.
Syntax
C#
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
Reference
GoButton Class
GoButton Members