[This is preliminary documentation and is subject to change.]
Gets or sets value idicating if keywords are case sensitive
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] [KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)] public bool CaseSensitive { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(False)> _ <KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ Public Property CaseSensitive As Boolean Get Set |
| Visual C++ |
|---|
[DefaultValueAttribute(false)] [KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] public: property bool CaseSensitive { bool get (); void set (bool value); } |
| F# |
|---|
[<DefaultValueAttribute(false)>] [<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] member CaseSensitive : bool with get, set |
| JScript |
|---|
function get CaseSensitive () : boolean function set CaseSensitive (value : boolean) |