HighlightStyle<T>(MultiSelectionPrompt<T>, Style) Method

Sets the highlight style of the selected choice.
public static MultiSelectionPrompt<T> HighlightStyle<T>(this MultiSelectionPrompt<T> obj, Style highlightStyle) 
    where T : notnull

Parameters

T
The prompt result type.

Parameters

MultiSelectionPrompt<T> obj
The prompt.
Style highlightStyle
The highlight style of the selected choice.

Returns