GoDiagram Win Reference
GoView Class Properties


For a list of all members of this type, see GoView members.

Public Properties
 NameDescription
Public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
Public PropertyAllowCopyGets or sets whether the user can copy objects in this view.  
Public PropertyAllowDeleteGets or sets whether the user can delete objects in this view.  
Public PropertyAllowDragOutGets or sets whether the user can drag the selection out of this view to another window.  
Public PropertyAllowDropOverridden. Gets and sets whether this view accepts drop events of drag-and-drop operations.  
Public PropertyAllowEditGets or sets whether the user can edit objects in this view.  
Public PropertyAllowInsertGets or sets whether the user can insert objects into this view.  
Public PropertyAllowKeyGets or sets whether the user can type keystroke commands in this view.  
Public PropertyAllowLinkGets or sets whether the user can link objects together in this view.  
Public PropertyAllowMouseGets or sets whether the user can use the mouse in this view.  
Public PropertyAllowMoveGets or sets whether the user can move objects in this view.  
Public PropertyAllowReshapeGets or sets whether the user can reshape objects in this view.  
Public PropertyAllowResizeGets or sets whether the user can resize objects in this view.  
Public PropertyAllowSelectGets or sets whether the user can select objects in this view.  
Public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
Public PropertyArrowMoveLargeGets or sets the distance a selected object is moved using the arrow keys.  
Public PropertyArrowMoveSmallGets or sets the distance a selected object is moved using the arrow keys with the Ctrl key held down.  
Public PropertyAutoPanRegionGets or sets the region around the original pan point where automatic panning does not occur.  
Public PropertyAutoScrollDelayGets or sets how long to wait before autoscrolling.  
Public PropertyAutoScrollRegionGets or sets the margin in the view where a mouse drag will automatically cause the view to scroll.  
Public PropertyAutoScrollTimeGets or sets how quickly to change the DocPosition when the mouse is in the AutoScrollRegion.  
Public PropertyBackColorGets or sets the background color for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundHasSheetGets or sets whether there is a value for Sheet, that is a GoSheet in this view's BackgroundLayer.  
Public PropertyBackgroundImageGets or sets the background image displayed in the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
Public PropertyBorder3DStyleGets or sets the 3D border style for this view.  
Public PropertyBorderStyleGets or sets the border style for this view.  
Public PropertyBoundingHandlePenWidthGets or sets the width of the pen used in bounding handles, surrounding a selected object.  
Public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
Public PropertyCompositingQualityGets or sets how pixels are composited for all drawing operations.  
Public PropertyContextClickSingleSelectionGets or sets the SingleSelection property of the GoToolContext tool that is in the MouseDownTools list.  
Public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
Public PropertyCursorNameGets or sets the view's Cursor given a standard cursor name, rather than a Windows.Forms.Cursor object.  
Public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyDisableKeysGets or sets which key commands are disabled in the GoToolManager's GoToolManager.DoKeyDown method.  
Public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
Public PropertyDocPositionGets or sets the position in the document that this view is displaying.  
Public PropertyDocScaleGets or sets the scale at which this view displays its document.  
Public PropertyDocumentSizeGets the dimensions of the document.  
Public PropertyDocumentTopLeftGets the top-left position of the document.  
Public PropertyDragRoutesRealtimeGets or sets whether the routing of links happens continuously when DragsRealtime is true. [In Web Forms there is no continuous visual feedback of the rerouting of links.]  
Public PropertyDragsRealtimeGets or sets whether a user's drag of the selection occurs continuously. [In Web Forms there is no continuous visual feedback of a drag.]  
Public PropertyDrawsXorModeGets or sets whether a rubber-band box should be drawn in XOR mode.  
Public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
Public PropertyExternalDragDropsOnEnterGets or sets whether OnDragEnter should call DoExternalDrop immediately, to actually create the dropped objects and add them to the document, and so that the user's drag-and-drop from another window will use an instance of a GoToolDragging as the current Tool for dragging around those newly dropped objects.  
Public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
Public PropertyForeColorGets or sets the foreground color of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyGridCellSizeHeightDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridCellSizeWidthDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridLineColorDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridLineDashPatternDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridLineDashStyleDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridLineWidthDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridMajorLineColorDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridMajorLineDashPatternDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridMajorLineDashStyleDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridMajorLineFrequencyDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridMajorLineWidthDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridOriginRelativeDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridOriginXDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridOriginYDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridSnapCellSpotDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridSnapDragDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridSnapOpaqueDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridSnapResizeDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridStyleDesign-time and PropertyGrid access to Grid properties.  
Public PropertyGridUnboundedSpotsDesign-time and PropertyGrid access to Grid properties.  
Public PropertyHidesSelectionGets or sets whether the selection disappears when this view loses focus.  
Public PropertyHoverDelayGets or sets how long a mouse should stay at one spot before a hover event occurs.  
Public PropertyImageListGets or sets the ImageList that GoImage objects can draw from.  
Public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyInterpolationModeGets or sets how images are rendered when scaled or stretched.  
Public PropertyIsRenderingBitmapThis property is true when this GoView is producing a Bitmap.  
Public Propertystatic (Shared in Visual Basic)LicenseKeyThis static/shared property holds the runtime license key that permits distribution of applications using this control without displaying a licensing watermark.  
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
Public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
Public PropertyMaximumSelectionCountGets or sets the maximum number of objects allowed in the selection.  
Public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyNewGoLabeledLinkThis convenience property safely casts the value of NewLinkPrototype as a GoLabeledLink.  
Public PropertyNewGoLinkThis convenience property safely casts the value of NewLinkPrototype as a GoLink.  
Public PropertyNewLinkPrototypeGets or sets a GoObject that is copied when a new link is created.  
Public PropertyNoFocusSelectionColorGets or sets the handle color for selected objects when this view does not have focus.  
Public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
Public PropertyPaintGreekScaleGets or sets the scale at which greeked objects paint something simple.  
Public PropertyPaintNothingScaleGets or sets the scale at which greeked objects paint nothing.  
Public PropertyPixelOffsetModeGets or sets how pixels are positioned for all drawing operations.  
Public PropertyPortGravityGets or sets the distance at which potential links will snap to valid ports.  
Public PropertyPrimarySelectionColorGets or sets the handle color for the primary selection.  
Public PropertyPrintDocumentSizeGets the size of the document to be printed.  
Public PropertyPrintDocumentTopLeftGets the top-left position of the document to be printed.  
Public PropertyPrintScaleGets or sets the scale at which we should print.  
Public PropertyPrintsViewObjectsGets or sets whether PrintView should print objects that belong to view layers as well as all document objects.  
Public PropertyResizeHandleHeightDesign-time and PropertyGrid access to ResizeHandleSize.  
Public PropertyResizeHandlePenWidthGets or sets the width of the pen used in resize handles for a selected object.  
Public PropertyResizeHandleWidthDesign-time and PropertyGrid access to ResizeHandleSize.  
Public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
Public PropertyScrollSmallChangeGets or sets the distance to scroll when scrolling a small amount.  
Public PropertySecondarySelectionColorGets or sets the handle color for selected objects other than the primary selection.  
Public PropertySelectInRectangleStyleGets or sets the GoPickInRectangleStyle used by SelectInRectangle to determine whether an object is within a rectangle.  
Public PropertyShadowColorGets or sets the color used for drawing drop shadows.  
Public PropertyShadowHeightDesign-time and PropertyGrid access to the ShadowOffset.  
Public PropertyShadowWidthDesign-time and PropertyGrid access to the ShadowOffset.  
Public PropertySheetBackgroundImageSpotDesign-time and PropertyGrid access to Sheet properties.  
Public PropertySheetBottomRightMarginDesign-time and PropertyGrid access to Sheet properties.  
Public PropertySheetMarginBoundsDesign-time and PropertyGrid access to Sheet properties.  
Public PropertySheetMarginColorDesign-time and PropertyGrid access to Sheet properties.  
Public PropertySheetPaperBoundsDesign-time and PropertyGrid access to Sheet properties.  
Public PropertySheetRoomGets or sets the how much of the background to show on each side of the sheet of paper, when the SheetStyle is not GoViewSheetStyle.None.  
Public PropertySheetShowsMarginsDesign-time and PropertyGrid access to Sheet properties.  
Public PropertySheetStyleGets or sets how the view adjusts its DocScale and DocPosition as the view's size changes.  
Public PropertySheetTopLeftMarginDesign-time and PropertyGrid access to Sheet properties.  
Public PropertyShowHorizontalScrollBarGets or sets the visibility policy for the horizontal scroll bar.  
Public PropertyShowsNegativeCoordinatesControls whether any parts of the document at negative coordinates can be seen or scrolled to by the user, when the SheetStyle is None.  
Public PropertyShowVerticalScrollBarGets or sets the visibility policy for the vertical scroll bar.  
Public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySmoothingModeGets or sets how nicely lines are drawn.  
Public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
Public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
Public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
Public PropertyTextGets or sets the text associated with this control. (Inherited from System.Windows.Forms.Control)
Public PropertyTextRenderingHintGets or sets how nicely text is rendered.  
Public PropertyToolTipTextGets or sets a string to be displayed in a tooltip when no tooltip text is shown for a particular GoObject.  
Public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
Public Propertystatic (Shared in Visual Basic)VersionReturn the version of GoDiagram being used.  
Public Propertystatic (Shared in Visual Basic)VersionNameReturn the name of the version of GoDiagram being used.  
Public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
Top
Protected Properties
 NameDescription
Protected PropertyCanEnableImeGets a value indicating whether the System.Windows.Forms.Control.ImeMode property can be set to an active value, to enable IME support. (Inherited from System.Windows.Forms.Control)
Protected PropertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyCreateParamsGets the required creation parameters when the control handle is created. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultSizeGets the default size of the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from System.Windows.Forms.Control)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyFontHeightGets or sets the height of the font of the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyImeModeBaseGets or sets the IME mode of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from System.Windows.Forms.Control)
Protected PropertyScaleChildrenGets a value that determines the scaling of child controls. (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

GoView Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback