ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / ViewStatePane Class
Members

In This Topic
    ViewStatePane Class
    In This Topic
    Represents a primary window within the application that persists its view state with the project. This is an abstract class.
    Object Model
    ViewStatePane ClassOperationManager ClassState ClassCIMView Class
    Syntax
    Public MustInherit Class ViewStatePane 
       Inherits ArcGIS.Desktop.Framework.Contracts.Pane
       Implements ArcGIS.Desktop.Framework.DragDrop.IDropTarget, ArcGIS.Desktop.Framework.IFrameworkWindow, System.ComponentModel.INotifyPropertyChanged 
    public abstract class ViewStatePane : ArcGIS.Desktop.Framework.Contracts.Pane, ArcGIS.Desktop.Framework.DragDrop.IDropTarget, ArcGIS.Desktop.Framework.IFrameworkWindow, System.ComponentModel.INotifyPropertyChanged  
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also