'Declaration Public Overloads Overridable Function MoveLeft( _ ByVal itemsCount As Integer _ ) As Boolean
'Usage Dim instance As PileFlowPanel Dim itemsCount As Integer Dim value As Boolean value = instance.MoveLeft(itemsCount)
public virtual bool MoveLeft( int itemsCount )
Parameters
- itemsCount
- The number of items by which the items will be moved.
Return Value
true if moving has started; false otherwise.