NevronOpenVision
Nevron.Nov.UI Namespace / NCommand Class / Create Method / Create(Type,String,String,NShortcut) Method
type which owns the command
command name
Create(Type,String,String,NShortcut) Method
Creates a DOM command with the specified parameters.
Syntax
public static NCommand Create( 
   System.Type ownerType,
   System.string name,
   System.string text,
   NShortcut shortcut
)

Parameters

ownerType
type which owns the command
name
command name
text
shortcut
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also