| SearchEditHasText Property  | 
 Gets or sets a value indicating whether this object currently contains any text. This is a dependency property.
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic bool HasText { get; set; }Public Property HasText As Boolean
	Get
	Set
public:
property bool HasText {
	bool get ();
	void set (bool value);
}member HasText : bool with get, set
Property Value
Type: 
BooleanTrue if this object contains text, false if not.
 See Also
See Also