Northwoods.Go Assembly > Northwoods.Go Namespace > GoBoxNode Class : CreateBody Method |
'Declaration Protected Overridable Function CreateBody() As GoObject
protected virtual GoObject CreateBody()
protected virtual GoObject CreateBody() { GoText t = new GoText(); t.TransparentBackground = false; t.BackgroundColor = Color.White; t.Multiline = true; t.Selectable = false; return t; }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2