'Declaration Protected Sub SetSmartItemBounds( _ ByVal item As SmartItem, _ ByVal bounds As Rectangle _ )
'Usage Dim instance As SmartLayout Dim item As SmartItem Dim bounds As Rectangle instance.SetSmartItemBounds(item, bounds)
Parameters
- item
- A reference to a SmartItem representing the SmartItem whose bounds are to be set.
- bounds
- The new bounds of the specified SmartItem.