GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPenToolStrip Class
Members
In This Topic
    GoPenToolStrip Class
    In This Topic
    A GoPenControl hosted by a ToolStripControlHost. Available for drag and drop from the toolbox onto a ToolStrip in Visual Studio.
    Syntax
    [ToolStripItemDesignerAvailability(ToolStripItemDesignerAvailability.StatusStrip | 
        ToolStripItemDesignerAvailability.ToolStrip)]
    [DesignTimeVisible(false)]
    [Designer("System.Windows.Forms.Design.ToolStripItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [DefaultEvent("Click")]
    [ToolboxItem(false)]
    [DefaultProperty("Text")]
    [DesignerCategory("Component")]
    public class GoPenToolStrip : System.Windows.Forms.ToolStripControlHost 
    Remarks
    A typical use of this control is to add it to a ToolStrip, assign the View (a Northwoods.Go.GoView) so that this control knows which Northwoods.Go.GoSelection to consider, and assign the Property and PropertyChoice values so that this control knows which properties of which objects to modify.
    See Also