FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / Util Class / SetBrowsableAttribute Method / SetBrowsableAttribute(Object,String,Boolean) Method

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

    Parameters

    component
    propName
    isBrowsable
    See Also