'Declaration Public Function EnableEditing( _
ByVal cursorLocationПоложение курсора в пространстве визуальных инструментов.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
- Положение курсора в пространстве визуальных инструментов.
Return Value
True, если редактирование включено; в противном случае - false.