Method | Description | |
---|---|---|
TextShortcut ( string methodName, Shortcut shortcut ) : System.Windows.Forms | ||
TextShortcut ( string methodName, string shortName, Shortcut shortcut ) : System.Windows.Forms | ||
TextShortcut ( string methodName, string shortName, string longName, Shortcut shortcut ) : System.Windows.Forms | ||
ToString ( ) : string |
public TextShortcut ( string methodName, Shortcut shortcut ) : System.Windows.Forms | ||
methodName | string | |
shortcut | Shortcut | |
return | System.Windows.Forms |
public TextShortcut ( string methodName, string shortName, Shortcut shortcut ) : System.Windows.Forms | ||
methodName | string | |
shortName | string | |
shortcut | Shortcut | |
return | System.Windows.Forms |
public TextShortcut ( string methodName, string shortName, string longName, Shortcut shortcut ) : System.Windows.Forms | ||
methodName | string | |
shortName | string | |
longName | string | |
shortcut | Shortcut | |
return | System.Windows.Forms |