Table of Contents

Enum InlineDialogArea

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Fixed layout areas where an inline dialog can place title, frame, status, widgets, and activity overlays.
public enum InlineDialogArea

Fields

AboveFrame = 1
Above the frame, using the normal content span (no indicator columns reserved).
AboveFrameWithIndicators = 2
Above the frame, placed in the indicator-aware content column with indicator columns reserved.
BelowFrame = 10
Below the frame, using the normal content span (no indicator columns reserved).
BelowFrameWithIndicators = 9
Below the frame, placed in the indicator-aware content column with indicator columns reserved.
BottomFrame = 8
The bottom frame row.
InFrame = 7
Inside the frame, using the normal content span (no indicator columns reserved).
InFrameScrollable = 6
Inside the frame, scrollable, with a vertical scrollbar over the frame border.
InFrameWithIndicators = 5
Inside the frame, placed in the indicator-aware content column with indicator columns reserved.
Label = 4
Label row inside the frame, above in-frame widget content.
Status = 11
Status or hint row below the dialog content.
Title = 0
Title row above the dialog content.
TopFrame = 3
The top frame row, including any frame-level overlays such as activity spinners.

Remarks

Widget areas determine whether content is outside the frame, inside the frame, scrollable, or indicator-aware. The hosting dialog translates these logical areas into grid placement and reserves indicator or scrollbar columns where appropriate.