Пример #1
0
 public ToolWindowCaption(ToolWindowOld parent)
 {
     Parent        = parent;
     _buttons      = new List <ToolWindowCaptionButton>();
     _bounds       = new Rectangle(0, 0, 0, 0);
     _textBounds   = new Rectangle(0, 0, 0, 0);
     _handleBounds = new Rectangle(0, 0, 0, 0);
     //			_toolTip = new ToolTip { AutoPopDelay = 5000, InitialDelay = 1000, ReshowDelay = 500, ShowAlways = true };
 }
Пример #2
0
 public ToolWindowCaptionButton(ToolWindowOld parent, CaptionButtonType buttonType)
 {
     Parent     = parent;
     ButtonType = buttonType;
     _bounds    = Rectangle.Empty;
 }