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

Gets or sets value indicating if hooks following this one and windows message may be suppressed

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Suppress { get; set; }
Visual Basic
Public Property Suppress As Boolean
	Get
	Set
Visual C++
public:
property bool Suppress {
	bool get ();
	void set (bool value);
}
F#
member Suppress : bool with get, set
JScript
function get Suppress () : boolean
function set Suppress (value : boolean)

Field Value

True to suppress calling of next hooks and ocurence of windows message

Remarks

In most scenarios this property is ignored when Handled is false

See Also