| Class | Description |
| DelayedTabPage | |
| GoBrushControl | A GoBrushControl lets the user modify various properties of Brushes, such as Northwoods.Go.GoShape.Northwoods.Go.GoShape.BrushColor, via a GoPropertyModifier. |
| GoBrushForm |
Provides a user interface for editing the properties of a brush
in a Form, either as a modal dialog or as a modeless form.
|
| GoBrushToolStrip | A GoBrushControl hosted by a ToolStripControlHost. Available for drag and drop from the toolbox onto a ToolStrip in Visual Studio |
| GoColorAlphaPanel |
A simple UserControl for setting the Alpha component of a Color,
using a NumericUpDown and a TrackBar to set the percentage.
|
| GoColorButton |
The GoColorButton is a control containing a color-picking button and a GoColorPreview.
|
| GoColorCollection | The GoColorCollection class represents a collection of mappings between Strings and GoColor structures. From String to GoColor , the mapping is a one-to-one relationship. In other words, each String maps to one and only one GoColor structure. From GoColor to String , the mapping is a many-to-one relationship. In other words, each GoColor structure can map to multiple Strings . The GoColorCollection accepts GoColor structures with null String values. In this case, the GoColor is added to the collection without a mapping a String object. However, null will not map to GoColor structures without String associations. |
| GoColorControl |
This control provides the basic functionality for letting a user pick
a color from palettes of standard colors as well as custom colors,
with optional alpha transparency.
|
| GoColorForm |
Provides a user interface for choosing colors in a Form,
either as a modal dialog or as a modeless form.
|
| GoColorHsbComparer |
The GoColorRgbComparer class is used to compare two GoColor structures by
their HSB values.
|
| GoColorModelPanel |
The GoColorModelPanel class provides a user interface for editing a color
in RGB, CMY, CMYK, HSB, and HSL color models.
|
| GoColorPalette |
??? needs summary
|
| GoColorPreview |
The GoColorPreview class is a simple control that displays a color to the
user.
|
| GoColorSlider |
The GoColorSlider control provides a user interface for dynamically
choosing the value of a color component using a simple slide bar.
|
| GoColorSolidPanel | A UserControl for specifying a solid Color, using palettes of colors or NumericUpDowns for color components or sliders in a GoColorModelPanel. |
| GoDashStyleDropDown |
The GoDashStyleDropDown is a GoPropertyDropDown control used for selecting dash styles.
|
| GoDrawPaletteBase |
The GoDrawPaletteBase is an control that allows the user to select an item from a collection of items
|
| GoDrawToolDragging |
Extends the GoToolDragging tool to provide support for the GoDrawView's
GoRuler and GoRulerCursors. Adds object cursors to the GoRuler when
dragging GoObjects on the GoDrawView.
|
| GoDrawToolManager |
Extend the standard GoDrawToolManager to update the rulers
immediately with mouse-over events and mouse-wheel turns.
|
| GoDrawToolResizing |
Extends the GoToolResizing tool to provide support for the GoDrawView's
GoRuler and GoRulerCursors. Adds object cursors to the GoRuler when
resizing GoObjects on the GoDrawView.
|
| GoDrawToolRubberBanding |
This version of GoDrawToolRubberBanding keeps the rulers up-to-date.
|
| GoDrawUnits | Provides static/shared methods for converting measurement values between different GoDrawUnits. |
| GoDrawView | A Northwoods.Go.GoView that has GoRulers as the top and left bars, and that displays cursors in those rulers as the user moves the mouse around, drags the selection, resizes an object, or does a rubber-band selection. |
| GoFontDropDown |
The GoFontDropDown is a GoPropertyDropDown control used for selecting Fonts.
|
| GoFontSizeDropDown |
The GoFontSizeDropDown is a GoPropertyDropDown control used for selecting font sizes.
|
| GoGradientPalette |
??? needs summary
|
| GoHatchPalette |
??? needs summary
|
| GoHsbColorWheel |
The GoHsbColorWheel control provides a user interface by which the Hue
and Saturation components of the HSB color model can be easily modified.
|
| GoHslColorWheel |
The GoHslColorWheel control provides a user interface by which the Hue
and Saturation components of the HSL color model can be easily modified.
|
| GoPenControl | A GoPenControl lets the user modify various properties of Pens, such as Northwoods.Go.GoShape.Northwoods.Go.GoShape.Pen or Northwoods.Go.GoListGroup.Northwoods.Go.GoListGroup.ChangedBorderPen, via a GoPropertyModifier. |
| GoPenForm |
Provides a user interface for editing the color, width, and dash style properties of a pen
in a Form, either as a modal dialog or as a modeless form.
|
| GoPenToolStrip | A GoPenControl hosted by a ToolStripControlHost. Available for drag and drop from the toolbox onto a ToolStrip in Visual Studio. |
| GoPenWidthDropDown |
The GoPenWidthDropDown is a GoPropertyDropDown control used for selecting pen widths.
|
| GoPropertyDropDown |
The GoPropertyDropDown is an abstract base class for a more powerful ComboBox control.
|
| GoPropertyForm | This is a abstract Form that implements IGoPropertyControl, supporting both modal and modeless behavior. |
| GoPropertyModifier |
The GoPropertyModifier class provides an extendable interface by which a
control and the object(s) it modifies are uncoupled.
|
| GoPropertyModifierArgs | This class is used to pass search arguments to the various Find... and Modify... methods of GoPropertyModifier, including GoPropertyModifier.FindProperty and GoPropertyModifier.ModifyProperty. |
| GoPropertyUserControl | This is an abstract UserControl that implements IGoPropertyControl, to more easily create custom controls that display and modify Northwoods.Go.GoObject properties using a GoPropertyModifier. |
| GoRuler | The GoRuler displays on-screen "real-world" measurements in GoDrawUnit units. |
| GoRulerCursor | Provides functionality for drawing cursors (special marks) onto a GoRuler. The Value property can be changed dynamically to have the cursor "follow" the mouse or some object in the view. |
| GoTextAlignmentControl |
The GoTextAlignmentControl class provides a user interface for
editing a horizontal alignment attribute.
|
| GoTextControl | A GoTextControl lets the user modify various properties of Northwoods.Go.GoText objects, via a GoPropertyModifier. |
| GoTextForm |
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.
|
| GoTextStyleControl |
The GoTextStyleControl class provides a user interface for editing
the basic text boolean properties Bold, Italic, Strikethrough,
Underline, Wrapping, and Multiline.
|
| GoTextToolStrip | A GoTextControl hosted by a ToolStripControlHost. Available for drag and drop from the toolbox onto a ToolStrip in Visual Studio |
| LOGFONT | |