Nevron .NET Vision
Nevron.Diagram.Editors Namespace / NTranslationSlavesTypeEditor Class / Edit Method
slaves of the shape
result slaves


In This Topic
    Edit Method (NTranslationSlavesTypeEditor)
    In This Topic
    Shows a modal translation slaves editor
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal slaves As NTranslationSlaves, _
       ByRef result As NTranslationSlaves _
    ) As System.Boolean
    'Usage
     
    
    Dim slaves As NTranslationSlaves
    Dim result As NTranslationSlaves
    Dim value As System.Boolean
     
    value = NTranslationSlavesTypeEditor.Edit(slaves, result)
    public static System.bool Edit( 
       NTranslationSlaves slaves,
       out NTranslationSlaves result
    )

    Parameters

    slaves
    slaves of the shape
    result
    result slaves

    Return Value

    true if the user pressed the OK button, 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