Пример #1
0
 protected override void OnMouseLeave()
 {
     base.OnMouseLeave();
     control = (HMICylinderTrackBar)Control;
     //control.drag = false;
 }
Пример #2
0
 public CylinderTrackBarListItem(CylinderTrackBarDesigner owner)
     : base(owner.Component)
 {
     shape = (HMICylinderTrackBar)owner.Component;
 }
Пример #3
0
 protected override void OnMouseDragBegin(int x, int y)
 {
     base.OnMouseDragBegin(x, y);
     control = (HMICylinderTrackBar)Control;
     // control.drag = true;
 }