Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / ITypeEditorControl Interface / Attach Method

In This Topic
    Attach Method (ITypeEditorControl)
    In This Topic
    Attaches (initializes) the editor with the current property.
    Syntax
    'Declaration
     
    
    Sub Attach( _
       ByVal property As PropertyAttribute _
    ) 
    void Attach( 
       PropertyAttribute property
    )

    Parameters

    property
    See Also