[]
Gets or sets the recommended value.
[TypeConverter(typeof(TimeSpanExConverter))]
public TimeSpan RecommendedValue { get; set; }
<TypeConverter(GetType(TimeSpanExConverter))>
Public Property RecommendedValue As TimeSpan
Type | Description |
---|---|
TimeSpan | A TimeSpan value that indicates the recommended value.
|
The RecommendedValue property provides a hint for the user that is shown when the value is not fully entered. When a value is being entered, pressing a special shortcut key or key combination accepts the recommended value.
Type | Condition |
---|---|
ArgumentException | Occurs when a value that does not match the current pattern is set to the RecommendedValue property. |