Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateGuidelineTool Class / IsHorizontalRulerHit Method


In This Topic
    IsHorizontalRulerHit Method
    In This Topic
    Determines whether the mouse is currently over the horizontal ruler
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsHorizontalRulerHit() As System.Boolean
    'Usage
     
    
    Dim instance As NCreateGuidelineTool
    Dim value As System.Boolean
     
    value = instance.IsHorizontalRulerHit()
    protected virtual System.bool IsHorizontalRulerHit()

    Return Value

    true if the mouse is currently over the horizontal ruler, otherwise false
    Requirements

    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

    See Also