GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawView Class
Members
In This Topic
    GoDrawView Class
    In This Topic
    A Northwoods.Go.GoView that has GoRulers as the top and left bars, and that displays cursors in those rulers as the user moves the mouse around, drags the selection, resizes an object, or does a rubber-band selection.
    Syntax
    [ToolboxItem(true)]
    [ToolboxBitmap(Northwoods.Go.GoView, "Northwoods.Go.GoView.bmp")]
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    [Designer("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public class GoDrawView : Northwoods.Go.GoView, Northwoods.Go.IGoLayerAbilities, Northwoods.Go.IGoLayerCollectionContainer  
    See Also