Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartLayout Class / SetSmartItemLocation Method
A reference to a SmartItem representing the SmartItem whose location is to be set.
The new location of the specified SmartItem.


In This Topic
    SetSmartItemLocation Method
    In This Topic
    Sets the specified SmartItem at the specified location.
    Syntax
    'Declaration
     
    Protected Sub SetSmartItemLocation( _
       ByVal item As SmartItem, _
       ByVal location As Point _
    ) 
    'Usage
     
    Dim instance As SmartLayout
    Dim item As SmartItem
    Dim location As Point
     
    instance.SetSmartItemLocation(item, location)
    protected void SetSmartItemLocation( 
       SmartItem item,
       Point location
    )

    Parameters

    item
    A reference to a SmartItem representing the SmartItem whose location is to be set.
    location
    The new location of the specified SmartItem.
    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