Name | Description | |
---|---|---|
_cimView | The view state of the window |
The following tables list the members exposed by ViewStatePane.
Name | Description | |
---|---|---|
Caption | Gets or sets the Pane's caption. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
ContentID | Allows derived classes to provide a unique identifier for the Pane. The DAML ID is returned by default. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
DisabledTooltip | Gets or sets the supplementary text that appears with the Tooltip only when the command is disabled. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
Enabled | Gets or sets a boolean to specify whether the control is enabled. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
Initialized | Gets a boolean indicating whether the pane has been fully initialized or not. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
InstanceID | Gets the Framework assigned ID. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
IsBusy | Gets a boolean to let clients know the Pane is currently processing a Task. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
LargeImage | Gets or sets the large representation of the command, this may be an image or a xaml element. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
LoadingMessage | Gets or sets the message presented while the Pane is initializing. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OperationManager | Gets the OperationManager associated with the Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
Secondary | This is for Esri internal use only. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
SmallImage | Gets or sets the small representation of the command, this may be an image or a xaml element. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
State | Gets the Pane's state table. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
TabTooltip | Gets or sets the Pane's tab tooltip. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
ToolElement | Gets or sets the Pane's HwndHost if applicable. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
Tooltip | Gets or sets a brief description of the command that appears in a small pop-up window when a user pauses the mouse pointer over an element, such as over a Button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
TooltipHeading | Gets or sets a one or two word label that appears above the tooltip. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
ViewState | Gets the view state of the window |
Name | Description | |
---|---|---|
Content | Gets or sets the content portion of the Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
ID | Gets the DAML identifier. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
IsPermanantHidden | For internal esri use only (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) |
Name | Description | |
---|---|---|
Activate | Makes the Pane the active Pane and active window. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
Close | Close the Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
Flash | Flashes the Pane's tab. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnDragOver | Invoked when an object is dragged over the window. Implement this method to add class handling for this event. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
OnDrop | Invoked when an object is dropped onto the pane. Implement this method to add class handling for this event. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) |
Name | Description | |
---|---|---|
CanCopyAsync | The active pane is constantly polled giving it the opportunity to enable the application's Copy button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanCopyPathAsync | The active pane is constantly polled giving it the opportunity to enable the application's CopyPath button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanCutAsync | The active pane is constantly polled giving it the opportunity to enable the application's Cut button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanDeleteAsync | The active pane is constantly polled giving it the opportunity to enable the application's Delete button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanPasteAsync | The active pane is constantly polled giving it the opportunity to enable the application's Paste button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CanPasteSpecialAsync | The active pane is constantly polled giving it the opportunity to enable the application's PasteSpecial button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CopyAsync | Called when the Copy command is clicked. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CopyPathAsync | Called when the CopyPath command is clicked. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
CutAsync | Called when the Cut command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
DeleteAsync | Called when the Delete command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
Impersonate | Allows a Pane to override the state it sets when activated. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
InitializeAsync | Called when the pane is first created to give it the opportunity to initialize itself asynchronously. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
OnActivate | Called whenever the Pane is activated or deactivated. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnClosed | Notification letting the Pane know it has been closed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnClosing | Called when a request has been made to close the Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnContextMenu | Provides the Pane with the option to customize its ContextMenu before it is displayed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnCreateContent | Optional override to create the visible content of the control. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnDocked | Notification letting the Pane know it has been docked. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnDoubleClick | Occurs when a mouse button is clicked two or more times. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnFloated | Notification letting the Pane know it has been floated. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnHidden | Notification letting the Pane know it has been hidden. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnKeyDown | Occurs when a key is pressed while focus is on this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnKeyUp | Occurs when a key is released while focus is on this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnMouseMove | Occurs when the mouse pointer moves while over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnMouseUp | Occurs when any mouse button is released over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnPointerDown | Occurs when a pointer is pressed while over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnPointerUp | Occurs when a pointer is released over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnTouch | Occurs when a touch event occurs over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
OnUpdate | Called periodically by the framework once the tool has been created. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) | |
PasteAsync | Called when the Paste command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
PasteSpecialAsync | Called when the PasteSpecial command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
Unimpersonate | Stops the Pane from impersonating a different state. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane) | |
UninitializeAsync | Called when the pane is closed to give it the opportunity to uninitialize itself asynchronously. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |