Enum SetBoundsFlags
Possible flags for the methods that change bounds of the controls.
[Flags]
public enum SetBoundsFlags
Fields
AllowMinusOne = 4
Allow -1 as a valid position.
Auto = AutoWidth | AutoHeight
Use internally-calculated width and height if each is -1
AutoHeight = 2
Use internally-calculated height if -1
AutoWidth = 1
Use internally-calculated width if -1.
Force = 16
Change the window position even if it seems to be already correct
ForceEvent = 32
Emit size event even if size didn't change
NoAdjustments = 8
Don't do parent client adjustments (for implementation only)
UseExisting = 0
Ignore missing (-1) dimensions (use existing).
Remarks
This enumeration supports a bitwise combination of its member values.