protected override void OnMouseLeave() { base.OnMouseLeave(); control = (HMICylinderTrackBar)Control; //control.drag = false; }
public CylinderTrackBarListItem(CylinderTrackBarDesigner owner) : base(owner.Component) { shape = (HMICylinderTrackBar)owner.Component; }
protected override void OnMouseDragBegin(int x, int y) { base.OnMouseDragBegin(x, y); control = (HMICylinderTrackBar)Control; // control.drag = true; }