NevronOpenVision
Nevron.Nov.Editors Namespace / NToolboxItemMetaUnit Class / AddVerb Method / AddVerb(String,FunctionResult<NWidget,NNode>,Function<NWidget,NNode>,Int32) Method
AddVerb(String,FunctionResult<NWidget,NNode>,Function<NWidget,NNode>,Int32) Method
Adds the given verb with the given weight. Verbs with larger weight sink towards the bottom of the list shown by the designer.
Syntax
public void AddVerb( 
   System.string name,
   Nevron.Nov.FunctionResult<NWidget,NNode> createEditorMethod,
   Nevron.Nov.Function<NWidget,NNode> setValueMethod,
   System.int weight
)

Parameters

name
createEditorMethod
setValueMethod
weight
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