Nevron .NET Vision
Nevron.Diagram.Editors Namespace / NContentAlignmentTypeEditor Class / Edit Method
alignment with which to initialize the editor
result alignment


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

    Parameters

    alignment
    alignment with which to initialize the editor
    result
    result alignment

    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