If you have enabled a mask for a layer, then when selecting the layer the mask will also be selected (so that any resizing actions apply to the mask layer too)

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AutoSelectMask { get; set; }
Public Property AutoSelectMask As Boolean
	Get
	Set
public:
property bool AutoSelectMask {
	bool get ();
	void set (bool value);
}

See Also