This is a copy constructor which sets a parent and index position.
Public Sub New( source As ToolbarButton, parent As Toolbar, index As Integer )
public ToolbarButton( ToolbarButton source, Toolbar parent, int index );
|
Parameters |
Description |
|
ToolbarButton source |
Input the toolbar from which to duplicate data. |
|
Toolbar parent |
Input the parent. |
|
int index |
Input the index at which to inserts the button into the parent toolbar. |
| Comments? |