Click or drag to resize

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
public bool HasText { get; set; }

Property Value

Type: Boolean
True if this object contains text, false if not.
See Also