GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class / SelectedObject Property
In This Topic
    SelectedObject Property (GoHandle)
    In This Topic
    Gets or sets the selected object for this handle.
    Syntax
    [Description("The selected object that this handle is marking.")]
    public GoObject SelectedObject {get; set;}
    Remarks
    Because handles are only used in views, setting this property is not tracked by the undo/redo mechanism.
    See Also