Ejemplo n.º 1
0
 /// <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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 3
0
 /// <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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 6
0
 /// <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;
 }
Ejemplo n.º 7
0
 // Constructors
 public FilterCutCopyPasteDeleteBehavior(bool callParentBehavior, System.Windows.Forms.Design.Behavior.BehaviorService behaviorService)
 {
 }
Ejemplo n.º 8
0
 public TablePanelDragDropHandler(Control control, System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, System.ComponentModel.Design.IDesignerHost iDesignerHost)
     : base(control, behaviorService, iDesignerHost)
 {
 }