예제 #1
0
파일: Form.cs 프로젝트: yzwbrian/SystemEx
        public Form()
        {
            _fixer = new Internal.FormHelper(this);
            _fixer.EnableBoundsTracking = true;

            _lastSizeGripStyle = SizeGripStyle;
        }
예제 #2
0
파일: Form.cs 프로젝트: pvginkel/SystemEx
        public Form()
        {
            _fixer = new Internal.FormHelper(this);
            _fixer.EnableBoundsTracking = true;

            _lastSizeGripStyle = SizeGripStyle;
        }
예제 #3
0
 public UserControlEx()
 {
     _fixer = new FormHelper(this)
     {
         EnableBoundsTracking = false
     };
 }