Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramContextMenuBuilder Class / GetViewCommands Method
object for which to get view commandIds
resulting commandIds
resulting command beginGroupIds


In This Topic
    GetViewCommands Method
    In This Topic
    Gets the view commandIds which apply to the specified object
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetViewCommands( _
       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.GetViewCommands(obj, commandIds, beginGroupIds)
    protected virtual System.bool GetViewCommands( 
       System.object obj,
       out System.Collections.ArrayList commandIds,
       out System.Collections.ArrayList beginGroupIds
    )

    Parameters

    obj
    object for which to get view commandIds
    commandIds
    resulting commandIds
    beginGroupIds
    resulting command beginGroupIds

    Return Value

    true if any commandIds 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