protected virtual GoObject CreateBackground()
protected virtual GoObject CreateBackground() { GoRectangle r = new GoRectangle(); r.Selectable = false; r.Pen = null; r.Brush = GoShape.SystemBrushes_Control; return r; }
GoButton Class GoButton Members