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

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

    Parameters

    props
    propName
    isBrowsable
    See Also