WindowShortcut Constructor (String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public WindowShortcut(
string _commandName,
string _shortcut
)
Public Sub New (
_commandName As String,
_shortcut As String
)
public:
WindowShortcut(
String^ _commandName,
String^ _shortcut
)
new :
_commandName : string *
_shortcut : string -> WindowShortcut
Parameters
- _commandName
- Type: SystemString
- _shortcut
- Type: SystemString
See Also