Enum ControlFlags
Internal control flags.
[Flags]
public enum ControlFlags
Fields
ForceTextChange = 4
Indicates that control is forced to update handler's text next time Text property is changed.
ParentAssigned = 1
Indicates that parent was assigned to the control.
StartLocationApplied = 2
Indicates that start location was applied to the window.
Remarks
This enumeration supports a bitwise combination of its member values.