Exemple #1
0
        public Form()
        {
            _fixer = new Internal.FormHelper(this);
            _fixer.EnableBoundsTracking = true;

            _lastSizeGripStyle = SizeGripStyle;
        }
Exemple #2
0
        public Form()
        {
            _fixer = new Internal.FormHelper(this);
            _fixer.EnableBoundsTracking = true;

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