PromptPlus API:SuggestionInput
SuggestionInput
Namespace: PPlus.Controls
Represents The Suggestion Input struct.
public struct SuggestionInput
Inheritance Object → ValueType → SuggestionInput
Properties
Context
Get generic context parameter
public object Context { get; }
Property Value
Text
Get Suggestion Text input
public string Text { get; }
Property Value
Constructors
SuggestionInput()
Create a SuggestionInput
SuggestionInput()
Remarks:
Do not use this constructor!