[]
Gets or sets the recommended value.
public string RecommendedValue { get; set; }
Public Property RecommendedValue As String
Type | Description |
---|---|
string | A string value that indicates the recommended value.
|
The RecommendedValue property provides a hint for user that is shown when the value is not completely entered.
Pressing a special shortcut key or key combination accepts the recommended value when a value is being typed.
Type | Condition |
---|---|
ArgumentException | Occurs when an invalid value that does not match the current pattern is set for the RecommendedValue property. |