Nevron.Diagram.WinForm.Commands Namespace / NDiagramContextMenuBuilder Class / GetFormatCommands Method


In This Topic
    GetFormatCommands Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetFormatCommands( _
       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.GetFormatCommands(obj, commandIds, beginGroupIds)
    protected virtual System.bool GetFormatCommands( 
       System.object obj,
       out System.Collections.ArrayList commandIds,
       out System.Collections.ArrayList beginGroupIds
    )

    Parameters

    obj
    commandIds
    beginGroupIds
    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