Provides the base requirements for an overlay pane that can appear over an IEditor
Properties
CloseCommand
Gets the ICommand that closes the pane.
ControlKeyDownOpacity
Gets or sets the opacity of the pane while the control key is pressed.
Property Value
- double:
The opacity of the pane while the control key is pressed. A recommended value is
0.25
.
Remarks
Set the value to 1.0
to prevent opacity changes when the control key is pressed.
InstanceKind
Gets the Overlay
Property Value
- Overlay
Pane :Instance Kind The Overlay
Pane that indicates how many instances of the pane are permitted across all views.Instance Kind
VisualElement
Gets the UIElement that is used to visually render the pane.
Methods
Activate()
Activates the pane, called when the pane is already open to perform tasks like moving focus into itself.
Close()
Closes the pane.
Events
Closed
Occurs when the pane is closed.