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