Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramContextMenuBuilder Class / GetEditCommands Method
object for which to get edit commands
resulting command ids
resulting begin group command ids


In This Topic
    GetEditCommands Method
    In This Topic
    Gets the edit command ids which apply to the specified object
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetEditCommands( _
       ByVal obj As System.Object, _
       ByRef commandIds As System.Collections.ArrayList, _
       ByRef beginGroupIds As System.Collections.ArrayList _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDiagramContextMenuBuilder
    Dim obj As System.Object
    Dim commandIds As System.Collections.ArrayList
    Dim beginGroupIds As System.Collections.ArrayList
    Dim value As System.Boolean
     
    value = instance.GetEditCommands(obj, commandIds, beginGroupIds)
    protected virtual System.bool GetEditCommands( 
       System.object obj,
       out System.Collections.ArrayList commandIds,
       out System.Collections.ArrayList beginGroupIds
    )

    Parameters

    obj
    object for which to get edit commands
    commandIds
    resulting command ids
    beginGroupIds
    resulting begin group command ids

    Return Value

    true if any commands have been acquired, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also