GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanEditEdit Method
In This Topic
    CanEditEdit Method
    In This Topic
    This predicate is true when the user can perform the EditEdit action.
    Syntax
    public virtual bool CanEditEdit()
    Remarks
    This returns false if the Selection is empty, if CanEditObjects is false, or if the primary selection's CanEdit property is false.
    See Also