ArcGIS Pro 3.2 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 abstract class ViewStatePane : ArcGIS.Desktop.Framework.Contracts.Pane, ArcGIS.Desktop.Framework.DragDrop.IDropTarget, ArcGIS.Desktop.Framework.IFrameworkWindow, System.ComponentModel.INotifyPropertyChanged  
    Public MustInherit Class ViewStatePane 
       Inherits ArcGIS.Desktop.Framework.Contracts.Pane
       Implements ArcGIS.Desktop.Framework.DragDrop.IDropTarget, ArcGIS.Desktop.Framework.IFrameworkWindow, System.ComponentModel.INotifyPropertyChanged 
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also