Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace : GoTextForm Class |
'Declaration <ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")> Public Class GoTextForm Inherits GoPropertyForm Implements IGoPropertyControl
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] public class GoTextForm : GoPropertyForm, IGoPropertyControl
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().
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
Northwoods.Go.Draw.GoPropertyForm
Northwoods.Go.Draw.GoTextForm
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2