Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / Util Class / SetReadOnlyAttribute Method / SetReadOnlyAttribute(Object,String,Boolean) Method

In This Topic
    SetReadOnlyAttribute(Object,String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub SetReadOnlyAttribute( _
       ByVal component As Object, _
       ByVal propName As String, _
       ByVal isReadOnly As Boolean _
    ) 
    public static void SetReadOnlyAttribute( 
       object component,
       string propName,
       bool isReadOnly
    )

    Parameters

    component
    propName
    isReadOnly
    See Also