This constructor sets all the relevant fields.
Public Sub New( parent As MenuGroup, aliasList As StringCollection, prefix As BUTTONPREFIX )
public ButtonGroup( MenuGroup parent, StringCollection aliasList, BUTTONPREFIX prefix );
|
Parameters |
Description |
|
MenuGroup parent |
Input the parent MenuGroup. |
|
StringCollection aliasList |
Input a collection of strings to use as aliases. |
|
BUTTONPREFIX prefix |
Identifies this group as either BUTTONS (digitizer buttons) or AUX (mouse buttons). |
| Comments? |