Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / GetItemAtPoint Method
A System.Drawing.Point structure representing the location at which to retrieve the SmartItem.


In This Topic
    GetItemAtPoint Method
    In This Topic
    Retrieves the SmartItem at a specified point.
    Syntax
    'Declaration
     
    Public Function GetItemAtPoint( _
       ByVal point As Point _
    ) As SmartItem
    'Usage
     
    Dim instance As SmartControl
    Dim point As Point
    Dim value As SmartItem
     
    value = instance.GetItemAtPoint(point)
    public SmartItem GetItemAtPoint( 
       Point point
    )

    Parameters

    point
    A System.Drawing.Point structure representing the location at which to retrieve the SmartItem.

    Return Value

    A reference to the SmartItem at point. Can be a null reference (Nothing in Visual Basic) if there is no SmartItem at the specified point.
    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