GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoTextForm Class
Members
In This Topic
    GoTextForm Class
    In This Topic
    Provides a user interface for editing the bold, italic, strikethough, underline, auto resizes, bordered, multiline, and wrapping properties of a GoText object in a Form, either as a modal dialog or as a modeless form.
    Syntax
    [ToolboxItem(false)]
    [ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")]
    [DesignTimeVisible(false)]
    [Designer("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
    [DesignerCategory("Form")]
    [DefaultEvent("Load")]
    [InitializationEvent("Load")]
    [DefaultProperty("Text")]
    [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")]
    public class GoTextForm : GoPropertyForm, IGoPropertyControl  
    Remarks

    A typical use is to create an instance of this GoTextForm, assign the GoPropertyForm.View (a Northwoods.Go.GoView) so that this control knows which Northwoods.Go.GoSelection to consider, and assign the PropertyChoice value so that this control knows which objects to modify.

    For modeless use, just call Form.Show(). For modal use, just call Form.ShowDialog().

    See Also