This constructor adds a tablet menu to its parent and associates it with aliases. It also explicitly specifies the rows and columns.
Public Sub New( parent As MenuGroup, aliases As StringCollection, rows As Integer, columns As Integer )
public TabletMenu( MenuGroup parent, StringCollection aliases, int rows, int columns );
Parameters |
Description |
MenuGroup parent |
Input the menu group to which the TabletMenu will be added. |
StringCollection aliases |
Input a collection of aliases for this TabletMenu. |
int rows |
Input the number of rows in this table menu |
int columns |
Input the number of columns in this tablet menu |
Comments? |