Specify which mouse activities are performed when the user interacts with the IEViewer component with the mouse.

Note: Multiple interactions can be specified, but activities that are not mutually compatible will be excluded

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEMouseInteract MouseInteract { get; }
Public ReadOnly Property MouseInteract As IEMouseInteract
	Get
public:
property IEMouseInteract^ MouseInteract {
	IEMouseInteract^ get ();
}

Examples

CopyC#
ieViewer1.MouseInteract.CreateImageLayers = true;

See Also