'Declaration Public Function EnableEditing( _
ByVal cursorLocationThe cursor location, in visual tool space.As System.Nullable(Of Point) _
) As Boolean
public bool EnableEditing(
System.Nullable<Point> cursorLocation
)
public: bool EnableEditing(
System.Nullable<Point*>* cursorLocation
)
public:
bool EnableEditing(
System.Nullable<Point^>^ cursorLocation
)
Parameters
- cursorLocation
- The cursor location, in visual tool space.
Return Value
True if editing is enabled; otherwise, false.