When false (default) BOX objects are selectable only clicking on the border, unless BrushStyle is Solid.

When true BOX objects are always selectable inside the bounding box (even with BrushStyle=Clear).

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

Syntax

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

See Also