Exemplo n.º 1
0
        public Form()
        {
            _fixer = new Internal.FormHelper(this);
            _fixer.EnableBoundsTracking = true;

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

            _lastSizeGripStyle = SizeGripStyle;
        }
Exemplo n.º 3
0
 public UserControlEx()
 {
     _fixer = new FormHelper(this)
     {
         EnableBoundsTracking = false
     };
 }