SearchEditHintText Property |
Gets or sets the hint text. This is a dependency property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public string HintText { get; set; }
Public Property HintText As String
Get
Set
public:
property String^ HintText {
String^ get ();
void set (String^ value);
}
member HintText : string with get, set
Property Value
Type:
StringThe hint text. Add {0} as placeholder for the current search scope. It will be replaced automatically.
See Also