PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / MemberAttribute Class / MemberAttribute Constructor / MemberAttribute Constructor(MemberAttribute)
Another member attribute

In This Topic
    MemberAttribute Constructor(MemberAttribute)
    In This Topic
    Initializes a new instance of MemberAttribute.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal memberAttribute As MemberAttribute _
    )
    public MemberAttribute( 
       MemberAttribute memberAttribute
    )

    Parameters

    memberAttribute
    Another member attribute
    See Also