GoDiagram Win Reference
GoRuler Class Members
Properties  Methods  Events


The following tables list the members exposed by GoRuler.

Public Constructors
 NameDescription
Public ConstructorGoRuler ConstructorConstruct a default GoRuler.  
Top
Public Properties
 NameDescription
Public PropertyAccessibleDescription (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleName (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleRole (Inherited from System.Windows.Forms.Control)
Public PropertyAllowDrop (Inherited from System.Windows.Forms.Control)
Public PropertyAnchor (Inherited from System.Windows.Forms.Control)
Public PropertyBackColor (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImage (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageLayout (Inherited from System.Windows.Forms.Control)
Public PropertyBorder3DStyleGets or sets the 3D border style of the ruler.  
Public PropertyBorderStyleGets or sets the border style of the ruler.  
Public PropertyCausesValidation (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenuStrip (Inherited from System.Windows.Forms.Control)
Public PropertyCursor (Inherited from System.Windows.Forms.Control)
Public PropertyDataBindings (Inherited from System.Windows.Forms.Control)
Public PropertyDisplayRectangleOverridden. The display rectangle is smaller than the bounds of this control by the width of any borders.  
Public PropertyDock (Inherited from System.Windows.Forms.Control)
Public PropertyDocScaleGets or sets the document scale ratio for the ruler (Zoom).  
Public PropertyDocStartValueGets or sets the StartValue of the ruler using document units instead of the ruler's current units.  
Public PropertyEnabled (Inherited from System.Windows.Forms.Control)
Public PropertyEndValueGets the measurement value at the visible end of the ruler.  
Public PropertyFont (Inherited from System.Windows.Forms.Control)
Public PropertyForeColor (Inherited from System.Windows.Forms.Control)
Public PropertyImeMode (Inherited from System.Windows.Forms.Control)
Public PropertyIntervalsGets or sets the array of intervals of measurement for the ruler.  
Public PropertyLocation (Inherited from System.Windows.Forms.Control)
Public PropertyMargin (Inherited from System.Windows.Forms.Control)
Public PropertyMarksGets or sets the array of GoRulerMarks to use when drawing the intervals onto the ruler.  
Public PropertyMaximumSize (Inherited from System.Windows.Forms.Control)
Public PropertyMinimumSize (Inherited from System.Windows.Forms.Control)
Public PropertyOrientationGets or sets the vertical or horizontal display orientation of the ruler.  
Public PropertyPadding (Inherited from System.Windows.Forms.Control)
Public PropertyReverseDirectionGets of sets the direction in which the ruler is measuring.  
Public PropertyRightToLeft (Inherited from System.Windows.Forms.Control)
Public PropertyShowsCursorsGets or sets the visibility of the GoRulerCursors on the ruler.  
Public PropertyShowsNumbersGets or sets the visibility of the numbers on the ruler.  
Public PropertySite (Inherited from System.Windows.Forms.Control)
Public PropertySize (Inherited from System.Windows.Forms.Control)
Public PropertyStartValueGets or sets the value at which the ruler starts measuring.  
Public PropertyTabIndex (Inherited from System.Windows.Forms.Control)
Public PropertyTabStop (Inherited from System.Windows.Forms.Control)
Public PropertyTag (Inherited from System.Windows.Forms.Control)
Public PropertyText (Inherited from System.Windows.Forms.Control)
Public PropertyTextAlignmentGets or sets the alignment of the text on the ruler.  
Public PropertyTextFormatGets or sets the format string to use for formatting the measurement value.  
Public PropertyTextOrientationGets or sets the orientation of the text on the ruler.  
Public PropertyUnitsGets or sets the units that the ruler is measuring in.  
Public PropertyUseWaitCursor (Inherited from System.Windows.Forms.Control)
Public PropertyVisible (Inherited from System.Windows.Forms.Control)
Public PropertyWorldScaleGets or sets the measurement scale ratio for the ruler.  
Top
Protected Properties
Public Methods
 NameDescription
Public MethodAddCursorAdds a GoRulerCursor to the ruler's collection or cursors.  
Public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodBringToFront (Inherited from System.Windows.Forms.Control)
Public MethodContains (Inherited from System.Windows.Forms.Control)
Public MethodContainsCursorChecks if the specified GoRulerCursor is contained within the GoRuler's collection of cursors.  
Public MethodConvertDocToPixelGets the measure on the control in pixels at the specified document value.  
Public MethodConvertDocToUnitsConverts a measure in document units to a measure in the current units of the ruler.  
Public MethodConvertPixelToDocGets the document position from the specified pixel measure on the ruler.  
Public MethodConvertUnitsToDocConverts a position in the current units to document units.  
Public MethodCreateControl (Inherited from System.Windows.Forms.Control)
Public MethodCreateGraphics (Inherited from System.Windows.Forms.Control)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodDoDragDrop (Inherited from System.Windows.Forms.Control)
Public MethodDrawToBitmap (Inherited from System.Windows.Forms.Control)
Public MethodEndInvoke (Inherited from System.Windows.Forms.Control)
Public MethodFindForm (Inherited from System.Windows.Forms.Control)
Public MethodFocus (Inherited from System.Windows.Forms.Control)
Public MethodGetBitmapGets a Bitmap image of the ruler, excluding any cursors.  
Public MethodGetChildAtPointOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodGetContainerControl (Inherited from System.Windows.Forms.Control)
Public MethodGetCursorEnumerableReturns an IEnumerable for the ruler's collection of GoRulerCursors.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetNextControl (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSize (Inherited from System.Windows.Forms.Control)
Public MethodGetTextForNumberConvert a measure value to a text string to be drawn by DrawNumber.  
Public MethodHide (Inherited from System.Windows.Forms.Control)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodPerformLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodPointToClient (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreen (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessage (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessMessage (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToClient (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreen (Inherited from System.Windows.Forms.Control)
Public MethodRefresh (Inherited from System.Windows.Forms.Control)
Public MethodRemoveCursorRemoves a GoRulerCursor from the GoRuler's collection.  
Public MethodResetText (Inherited from System.Windows.Forms.Control)
Public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodSelectOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodSelectNextControl (Inherited from System.Windows.Forms.Control)
Public MethodSendToBack (Inherited from System.Windows.Forms.Control)
Public MethodSetBoundsOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodShow (Inherited from System.Windows.Forms.Control)
Public MethodSuspendLayout (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdate (Inherited from System.Windows.Forms.Control)
Top
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstance (Inherited from System.Windows.Forms.Control)
Protected MethodCreateControlsInstance (Inherited from System.Windows.Forms.Control)
Protected MethodCreateHandle (Inherited from System.Windows.Forms.Control)
Protected MethodDefWndProc (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandle (Inherited from System.Windows.Forms.Control)
Protected MethodDrawCursorsDraws the collection of GoRulerCursor onto the ruler.  
Protected MethodDrawMarkDraw a particular tick mark on the ruler, as described by a GoRulerMark.  
Protected MethodDrawMarksDraws all of the tick marks onto the ruler.  
Protected MethodDrawNumberDraws a specified number onto the ruler at a specified measure.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetAccessibilityObjectById (Inherited from System.Windows.Forms.Control)
Protected MethodGetAutoSizeMode (Inherited from System.Windows.Forms.Control)
Protected MethodGetScaledBounds (Inherited from System.Windows.Forms.Control)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodGetStyle (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevel (Inherited from System.Windows.Forms.Control)
Protected MethodInitLayout (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocus (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocus (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClick (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaint (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackground (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputChar (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputKey (Inherited from System.Windows.Forms.Control)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidate (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackColorChangedOverridden. Invalidate the ruler so that it is completely redrawn using a new BackColor.  
Protected MethodOnBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBindingContextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnChangeUICues (Inherited from System.Windows.Forms.Control)
Protected MethodOnClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuStripChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAdded (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemoved (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControl (Inherited from System.Windows.Forms.Control)
Protected MethodOnCursorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnDockChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnDoubleClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragDrop (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragEnter (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragLeave (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragOver (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnabledChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnter (Inherited from System.Windows.Forms.Control)
Protected MethodOnFontChangedOverridden. Invalidate the ruler so that it is completely redrawn using a new Font.  
Protected MethodOnForeColorChangedOverridden. Invalidate the ruler so that it is completely redrawn using a new ForeColor.  
Protected MethodOnGiveFeedback (Inherited from System.Windows.Forms.Control)
Protected MethodOnGotFocus (Inherited from System.Windows.Forms.Control)
Protected MethodOnHandleCreated (Inherited from System.Windows.Forms.Control)
Protected MethodOnHandleDestroyed (Inherited from System.Windows.Forms.Control)
Protected MethodOnHelpRequested (Inherited from System.Windows.Forms.Control)
Protected MethodOnImeModeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidated (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDown (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyPress (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyUp (Inherited from System.Windows.Forms.Control)
Protected MethodOnLayout (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeave (Inherited from System.Windows.Forms.Control)
Protected MethodOnLocationChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnLostFocus (Inherited from System.Windows.Forms.Control)
Protected MethodOnMarginChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseCaptureChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDoubleClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDown (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseEnter (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseHover (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeave (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseMove (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseUp (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseWheel (Inherited from System.Windows.Forms.Control)
Protected MethodOnMove (Inherited from System.Windows.Forms.Control)
Protected MethodOnNotifyMessage (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaddingChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaintOverridden. Draws the ruler bitmap and the cursors onto the control.  
Protected MethodOnPaintBackground (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentCursorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrint (Inherited from System.Windows.Forms.Control)
Protected MethodOnPropertyChangedThis is called to raise the PropertyChanged event.  
Protected MethodOnQueryContinueDrag (Inherited from System.Windows.Forms.Control)
Protected MethodOnRegionChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnResizeOverridden. Recreates the Graphics and Bitmap and redraws the ruler.  
Protected MethodOnRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnSizeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnStyleChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnSystemColorsChangedOverridden. Invalidate the ruler so that it is completely redrawn using a new system colors.  
Protected MethodOnTabIndexChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidated (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidating (Inherited from System.Windows.Forms.Control)
Protected MethodOnVisibleChanged (Inherited from System.Windows.Forms.Control)
Protected MethodProcessCmdKey (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogChar (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKey (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyEventArgs (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyPreview (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseDragEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandle (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgs (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateAlignmentOverloaded.  (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontal (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRight (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControl (Inherited from System.Windows.Forms.Control)
Protected MethodSetAutoSizeMode (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCore (Inherited from System.Windows.Forms.Control)
Protected MethodSetClientSizeCore (Inherited from System.Windows.Forms.Control)
Protected MethodSetStyle (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevel (Inherited from System.Windows.Forms.Control)
Protected MethodSetVisibleCore (Inherited from System.Windows.Forms.Control)
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStyles (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrder (Inherited from System.Windows.Forms.Control)
Protected MethodWndProc (Inherited from System.Windows.Forms.Control)
Top
Public Events
 NameDescription
Public EventBackColorChanged (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Control)
Public EventBindingContextChanged (Inherited from System.Windows.Forms.Control)
Public EventCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Public EventChangeUICues (Inherited from System.Windows.Forms.Control)
Public EventClick (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventContextMenuStripChanged (Inherited from System.Windows.Forms.Control)
Public EventControlAdded (Inherited from System.Windows.Forms.Control)
Public EventControlRemoved (Inherited from System.Windows.Forms.Control)
Public EventCursorChanged (Inherited from System.Windows.Forms.Control)
Public EventDockChanged (Inherited from System.Windows.Forms.Control)
Public EventDoubleClick (Inherited from System.Windows.Forms.Control)
Public EventDragDrop (Inherited from System.Windows.Forms.Control)
Public EventDragEnter (Inherited from System.Windows.Forms.Control)
Public EventDragLeave (Inherited from System.Windows.Forms.Control)
Public EventDragOver (Inherited from System.Windows.Forms.Control)
Public EventEnabledChanged (Inherited from System.Windows.Forms.Control)
Public EventEnter (Inherited from System.Windows.Forms.Control)
Public EventFontChanged (Inherited from System.Windows.Forms.Control)
Public EventForeColorChanged (Inherited from System.Windows.Forms.Control)
Public EventGiveFeedback (Inherited from System.Windows.Forms.Control)
Public EventHelpRequested (Inherited from System.Windows.Forms.Control)
Public EventImeModeChanged (Inherited from System.Windows.Forms.Control)
Public EventKeyDown (Inherited from System.Windows.Forms.Control)
Public EventKeyPress (Inherited from System.Windows.Forms.Control)
Public EventKeyUp (Inherited from System.Windows.Forms.Control)
Public EventLayout (Inherited from System.Windows.Forms.Control)
Public EventLeave (Inherited from System.Windows.Forms.Control)
Public EventLocationChanged (Inherited from System.Windows.Forms.Control)
Public EventMarginChanged (Inherited from System.Windows.Forms.Control)
Public EventMouseCaptureChanged (Inherited from System.Windows.Forms.Control)
Public EventMouseClick (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClick (Inherited from System.Windows.Forms.Control)
Public EventMouseDown (Inherited from System.Windows.Forms.Control)
Public EventMouseEnter (Inherited from System.Windows.Forms.Control)
Public EventMouseHover (Inherited from System.Windows.Forms.Control)
Public EventMouseLeave (Inherited from System.Windows.Forms.Control)
Public EventMouseMove (Inherited from System.Windows.Forms.Control)
Public EventMouseUp (Inherited from System.Windows.Forms.Control)
Public EventMove (Inherited from System.Windows.Forms.Control)
Public EventPaddingChanged (Inherited from System.Windows.Forms.Control)
Public EventPaint (Inherited from System.Windows.Forms.Control)
Public EventParentChanged (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Public EventPropertyChangedThis event occurs just after a property is changed.  
Public EventQueryAccessibilityHelp (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDrag (Inherited from System.Windows.Forms.Control)
Public EventRegionChanged (Inherited from System.Windows.Forms.Control)
Public EventResize (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Public EventSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventStyleChanged (Inherited from System.Windows.Forms.Control)
Public EventSystemColorsChanged (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChanged (Inherited from System.Windows.Forms.Control)
Public EventTabStopChanged (Inherited from System.Windows.Forms.Control)
Public EventTextChanged (Inherited from System.Windows.Forms.Control)
Public EventValidated (Inherited from System.Windows.Forms.Control)
Public EventValidating (Inherited from System.Windows.Forms.Control)
Public EventVisibleChanged (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

GoRuler Class
Northwoods.Go.Draw Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback