Enum PopupWindow<T>.InteriorSizeFlags
Flags that specify which components (such as padding and margin) should be included when calculating the interior size of the popup window and its main control.
[Flags]
public enum PopupWindow<T>.InteriorSizeFlags
Fields
All = ControlPadding | ControlMargin | PanelPadding | PanelMargin | Padding | WindowBorderInclude all available components (control and panel padding/margin, and window padding).
ControlMargin = 2Include the margin of the main control.
ControlPadding = 1Include the padding of the main control.
Padding = 16Include the padding of the popup window itself.
PanelMargin = 8Include the margin of the main panel.
PanelPadding = 4Include the padding of the main panel.
WindowBorder = 32Include difference between window size and client size (window border).