This constructor duplicates the data from one group to another.
Public Sub New( source As ButtonGroup, parent As MenuGroup, index As Integer, prefix As BUTTONPREFIX )
public ButtonGroup( ButtonGroup source, MenuGroup parent, int index, BUTTONPREFIX prefix );
Parameters |
Description |
ButtonGroup source |
Input the group to duplicate. |
MenuGroup parent |
Input the parent MenuGroup. |
int index |
Input the index at which to insert this group into the parent's collection. |
BUTTONPREFIX prefix |
Identifies this group as either BUTTONS (digitizer buttons) or AUX (mouse buttons). |
Comments? |