MoveItem Method
MoveItem(String, ToolboxItem, Int32)
When implemented by a class, moves item to its current position plus value specified by positionDifference parameter.
Declaration
void MoveItem(string category, ToolboxItem tool, int positionDifference)
Parameters
Type | Name | Description |
---|---|---|
System.String | category | |
ToolboxItem | tool | |
System.Int32 | positionDifference |