GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyForm Class
Members
In This Topic
    GoPropertyForm Class
    In This Topic
    This is a abstract Form that implements IGoPropertyControl, supporting both modal and modeless behavior.
    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 abstract class GoPropertyForm : System.Windows.Forms.Form, IGoPropertyControl  
    See Also