Share

ScreenMenu.ScreenMenu(MenuGroup, string) Constructor

Description

This constructor for ScreenMenu sets the parent and name properties of the screen menu.

Visual Basic

Public Sub New(
    parent As MenuGroup, 
    name As string
)

C#

public ScreenMenu(
    MenuGroup parent, 
    string name
);

Parameters

Parameters Description
MenuGroup parent Input the parent MenuGroup.
string name Input the name of the screen menu.

Links

ScreenMenu Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?