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