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