/// <summary>
 /// Initializes a new instance of the CaptionGlyph class.
 /// </summary>
 /// <param name="behaviorService"></param>
 /// <param name="PanderPanelW"></param>
 public PanderPanelWCaptionGlyph(System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, PanderPanelW PanderPanelW)
     :
     base(new PanderPanelWCaptionClickBehavior(PanderPanelW))
 {
     this.m_behaviorService = behaviorService;
     this.m_PanderPanelW    = PanderPanelW;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the CaptionGlyph class.
 /// </summary>
 /// <param name="behaviorService"></param>
 /// <param name="xpanderPanel"></param>
 public XPanderPanelCaptionGlyph(System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, XPanderPanel xpanderPanel)
     :
     base(new XPanderPanelCaptionClickBehavior(xpanderPanel))
 {
     m_behaviorService = behaviorService;
     m_xpanderPanel    = xpanderPanel;
 }
 /// <summary>
 /// Initializes a new instance of the CaptionGlyph class.
 /// </summary>
 /// <param name="behaviorService"></param>
 /// <param name="xpanderPanel"></param>
 public XAccordionPanelPanelCaptionGlyph(System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, XAccordionPanelPanel xpanderPanel)
     :
     base(new XAccordionPanelPanelCaptionClickBehavior(xpanderPanel))
 {
     this.m_behaviorService = behaviorService;
     this.m_xpanderPanel    = xpanderPanel;
 }
Exemple #4
0
 public ExpondPanelCaptionGlyph(System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, ExpondPanel expondPanel)
     :
     base(new ExpondPanelCaptionClickBehavior(expondPanel))
 {
     this.m_behaviorService = behaviorService;
     this.m_expondPanel     = expondPanel;
 }
Exemple #5
0
 /// <summary>
 /// Initializes a new instance of the CaptionGlyph class.
 /// </summary>
 /// <param name="behaviorService"></param>
 /// <param name="xpanderPanel"></param>
 public XPanderPanelCaptionGlyph(System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, XPanderPanel xpanderPanel)
     : base(new XPanderPanelCaptionClickBehavior(xpanderPanel))
 {
     this.m_behaviorService = behaviorService;
      this.m_xpanderPanel = xpanderPanel;
 }
 /// <summary>
 /// Initializes a new instance of the CaptionGlyph class.
 /// </summary>
 /// <param name="behaviorService"></param>
 /// <param name="PanderPanelW"></param>
 public PanderPanelWCaptionGlyph(System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, PanderPanelW PanderPanelW)
     :
     base(new PanderPanelWCaptionClickBehavior(PanderPanelW))
 {
     this.m_behaviorService = behaviorService;
     this.m_PanderPanelW = PanderPanelW;
 }
Exemple #7
0
 // Constructors
 public FilterCutCopyPasteDeleteBehavior(bool callParentBehavior, System.Windows.Forms.Design.Behavior.BehaviorService behaviorService)
 {
 }
 public TablePanelDragDropHandler(Control control, System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, System.ComponentModel.Design.IDesignerHost iDesignerHost)
     : base(control, behaviorService, iDesignerHost)
 {
 }