'Declaration Public Function IsCategoryCollapsed( _ ByVal categoryName As String _ ) As Boolean
'Usage Dim instance As PropertyGrid Dim categoryName As String Dim value As Boolean value = instance.IsCategoryCollapsed(categoryName)
public bool IsCategoryCollapsed( string categoryName )
Parameters
- categoryName
- The name of the category.
Return Value
true if the specified category is collapsed, otherwise false.