コード例 #1
0
 public ScrollbarWrapper(Control scrollbar, Resco.Controls.AdvancedTree.ScrollOrientation scrollOrientation)
 {
     this.m_scrollBar         = scrollbar;
     this.m_scrollOrientation = scrollOrientation;
     this.m_onValueChanged    = new EventHandler(this.OnValueChanged);
     this.m_onResize          = new EventHandler(this.OnResize);
 }
コード例 #2
0
ファイル: ScrollbarWrapper.cs プロジェクト: north0808/haina
 public ScrollbarWrapper(Control scrollbar, Resco.Controls.AdvancedTree.ScrollOrientation scrollOrientation)
 {
     this.m_scrollBar = scrollbar;
     this.m_scrollOrientation = scrollOrientation;
     this.m_onValueChanged = new EventHandler(this.OnValueChanged);
     this.m_onResize = new EventHandler(this.OnResize);
 }