C# Class NppSharp.NppDisplayNameAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: cmrazek/NppSharp

Public Methods

Method Description
NppDisplayNameAttribute ( string displayName ) : System

Constructs the display name attribute.

Method Details

NppDisplayNameAttribute() public method

Constructs the display name attribute.
public NppDisplayNameAttribute ( string displayName ) : System
displayName string The name of the command, as it will be displayed on the menu item.
return System