'Declaration Public Overloads Overrides Function HitTest( _ ByVal point As Point _ ) As SmartItemSection
'Usage Dim instance As Group Dim point As Point Dim value As SmartItemSection value = instance.HitTest(point)
public override SmartItemSection HitTest( Point point )
Parameters
- point
- A System.Drawing.Point structure representing the location of the SmartItem.
Return Value
A Xceed.SmartUI.SmartItemSection value representing the section of the SmartItem at the specified System.Drawing.Point.