Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / EditorAttribute Class / EditorAttribute Constructor
The editor.

In This Topic
    EditorAttribute Constructor
    In This Topic
    Initializes a new instance of the EditorAttribute class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal editor As Type _
    )
    public EditorAttribute( 
       Type editor
    )

    Parameters

    editor
    The editor.
    See Also