Constructs a DoubleClickAction and specifies its array position.
Public Sub New( parent As MenuGroup, index As Integer )
public DoubleClickAction( MenuGroup parent, int index );
Parameters |
Description |
MenuGroup parent |
Input the MenuGroup that this double click action belongs to. |
int index |
Input the zero-based index where the DoubleClickAction will be inserted. |
Comments? |