[This is preliminary documentation and is subject to change.]

Gets or sets state of thesaurus button

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DefaultValueAttribute(typeof(ControlState), "Enabled")]
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)]
public ControlState ThesaurusButtonState { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(ControlState), "Enabled")> _
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _
Public Property ThesaurusButtonState As ControlState
	Get
	Set
Visual C++
[DefaultValueAttribute(typeof(ControlState), L"Enabled")]
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)]
public:
property ControlState ThesaurusButtonState {
	ControlState get ();
	void set (ControlState value);
}
F#
[<DefaultValueAttribute(typeof(ControlState), "Enabled")>]
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>]
member ThesaurusButtonState : ControlState with get, set
JScript
function get ThesaurusButtonState () : ControlState
function set ThesaurusButtonState (value : ControlState)

Exceptions

ExceptionCondition
System.ComponentModel..::..InvalidEnumArgumentExceptionValue being set is not member of ControlState

See Also