When double-clicking a layer (other than the background), it will display the Layer Properties Dialog. Note: For TIETextLayer and TIELineLayer, double-click will enable text editing instead. If you always want to display layer properties, also specify DisableTextEditOnDblClick.

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

Syntax

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

See Also