Xceed SmartUI for WinForms v3.6 Documentation
HitTest() Method


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItem Class > HitTest Method : HitTest() Method
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

Reference

SmartItem Class
SmartItem Members
Overload List