Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / ColorEditor Class / Attach Method / Attach(PropertyAttribute) Method

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

    Parameters

    property
    See Also