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