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

Called when theasursu button is clicked. Shows thesaurus menu (if applicable)

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

Syntax

C#
protected virtual void OnThesaurusClick(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnThesaurusClick ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnThesaurusClick(
	EventArgs^ e
)
F#
abstract OnThesaurusClick : 
        e:EventArgs -> unit 
override OnThesaurusClick : 
        e:EventArgs -> unit 
JScript
protected function OnThesaurusClick(
	e : EventArgs
)

Parameters

e
Type: System..::..EventArgs

[Missing <param name="e"/> documentation for "M:Tools.WindowsT.FormsT.KeyWordsEditor.OnThesaurusClick(System.EventArgs)"]

See Also