MessageFilter Constructor

Definition

When called in a derived class, initializes a new instance of the MessageFilter class.

protected:
 MessageFilter();
protected MessageFilter ();
Protected Sub New ()

Remarks

The constructor is protected so that only filters that derive from MessageFilter can be instantiated.

Applies to