This constructor sets the parent and copies data from another ButtonItem.
Public Sub New( parent As ButtonGroup, buttonItem As ButtonItem, index As Integer )
public ButtonItem( ButtonGroup parent, ButtonItem buttonItem, int index );
Parameters |
Description |
ButtonGroup parent |
Input the parent. |
ButtonItem buttonItem |
Input where the data is copied from. |
int index |
Input the index at which to insert new item in parent array. Pass in -1 to append the item to end of array. |
Comments? |