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