Gets whether the catalog dock pane is the active window or not
ReadOnly Property IsActiveWindow As Boolean
bool IsActiveWindow {get;}
Property Value
True if the catalog dock pane is the active window
Check if the Catalog Window is the active window
{
var catalogWindow = Project.GetCatalogPane() as ICatalogWindow;
if (catalogWindow.IsActiveWindow)
{
//TODO - query/change catalog window content
}
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.6 or higher.