Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / HitTest Method / HitTest() Method


In This Topic
    HitTest() Method
    In This Topic
    Retrieves the section of the SmartItem at the current mouse cursor position relative to the ClientRectangle.
    Syntax
    'Declaration
     
    Public Overloads Function HitTest() As SmartItemSection
    'Usage
     
    Dim instance As SmartItem
    Dim value As SmartItemSection
     
    value = instance.HitTest()
    public SmartItemSection HitTest()

    Return Value

    A SmartItemSection value representing the section of the SmartItem at the current mouse cursor position relative to the ClientRectangle.
    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