IWindowSearchIsCaseSensitive Property

Indicates whether the search is case-sensitive.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool IsCaseSensitive { get; set; }

Property Value

Boolean
if the search is case-sensitive; otherwise, . The default value is .

See Also