GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoTextToolStrip Class
Members
In This Topic
    GoTextToolStrip Class
    In This Topic
    A GoTextControl 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 GoTextToolStrip : 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 PropertyChoice values so that this control knows which properties of which objects to modify.
    See Also