Public Shared Function GetCatalogPane( _ Optional ByVal createIfNecessary As Boolean _ ) As IProjectWindow
public static IProjectWindow GetCatalogPane( bool createIfNecessary )
Parameters
- createIfNecessary
- true (default) to create the dockpane if it has not already been created
Return Value
An IProjectWindow for the catalog dockpane or null.