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