Constructs a DoubleClickAction and sets its name.
Public Sub New( parent As MenuGroup, name As string )
public DoubleClickAction( MenuGroup parent, string name );
Parameters |
Description |
MenuGroup parent |
Input the MenuGroup that this double click action belongs to. |
string name |
Input the name of the double click action. |
Comments? |