Class InlineMultiControl.InlineMultiControlWidget
Metadata for one widget slot owned by an InlineMultiControl.
protected sealed class InlineMultiControl.InlineMultiControlWidget
- Inheritance
-
InlineMultiControl.InlineMultiControlWidget
- Inherited Members
Properties
Area
The dialog area where the widget is placed.
public InlineDialogArea Area { get; init; }
Property Value
ContentStyle
Optional style applied to the widget host cell.
public CliCellStyle? ContentStyle { get; init; }
Property Value
Decoration
Decoration requested by this slot when it is focused.
public CliControlDecoration Decoration { get; init; }
Property Value
Hint
Optional hint surfaced while this slot is focused.
public string? Hint { get; init; }
Property Value
ScrollMode
Scroll mode applied to this slot's host cell.
public CliScrollMode ScrollMode { get; init; }
Property Value
ThumbMode
Scrollbar or indicator thumb source for this slot.
public CliScrollThumbMode ThumbMode { get; init; }
Property Value
Widget
The widget rendered and keyed by this slot.
public required InlineWidget Widget { get; init; }