Table of Contents

Class InlineMultiControl.InlineMultiControlWidget

Namespace
ItTiger.TigerCli.Tui.Controls
Assembly
ItTiger.TigerCli.dll
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

InlineDialogArea

ContentStyle

Optional style applied to the widget host cell.
public CliCellStyle? ContentStyle { get; init; }

Property Value

CliCellStyle

Decoration

Decoration requested by this slot when it is focused.
public CliControlDecoration Decoration { get; init; }

Property Value

CliControlDecoration

Hint

Optional hint surfaced while this slot is focused.
public string? Hint { get; init; }

Property Value

string

ScrollMode

Scroll mode applied to this slot's host cell.
public CliScrollMode ScrollMode { get; init; }

Property Value

CliScrollMode

ThumbMode

Scrollbar or indicator thumb source for this slot.
public CliScrollThumbMode ThumbMode { get; init; }

Property Value

CliScrollThumbMode

Widget

The widget rendered and keyed by this slot.
public required InlineWidget Widget { get; init; }

Property Value

InlineWidget