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

In This Topic
    SetBrowsableAttribute(PropertyDescriptor,Boolean) Method
    In This Topic
    NOTE: Property MUST HAVE [Browsable(...)] specified already (in source)!!! otherwise this blows things up majorly.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub SetBrowsableAttribute( _
       ByVal prop As PropertyDescriptor, _
       ByVal isBrowsable As Boolean _
    ) 
    public static void SetBrowsableAttribute( 
       PropertyDescriptor prop,
       bool isBrowsable
    )

    Parameters

    prop
    isBrowsable
    See Also