'DeclarationPublic Function GetExpandedCategories() As List(Of String)
'UsageDim instance As PropertyGrid Dim value As List(Of String) value = instance.GetExpandedCategories()
public List<string> GetExpandedCategories()
Return Value
A list containing the names of the categories that are expanded.