C# Class NppSharp.NppDisplayNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: cmrazek/NppSharp

Méthodes publiques

Méthode Description
NppDisplayNameAttribute ( string displayName ) : System

Constructs the display name attribute.

Method Details

NppDisplayNameAttribute() public méthode

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.
Résultat System