GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class
Members
In This Topic
    GoHandle Class
    In This Topic
    This class is used to show that a document object is selected by decorating the object with handles that are added to a view layer.
    Syntax
    [Serializable()]
    public class GoHandle : GoShape, IGoHandle  
    Remarks
    Instances of this class are assumed only to be used in GoView layers, not as part of a GoDocument. Thus they do not participate in undo/redo nor can they be selected.
    See Also