The PageBackgroundLayer type exposes the following members.

Properties

  NameDescription
Public propertyHoverCursor
Specifies which cursor must be shown when hovering over the extension. By default, an extension does not define its own cursor, but instead, uses the cursor of its base interactor.
(Inherited from WinFormsInteractorLayer.)
Public propertyInteractor
The base interactor that this extension extends.
(Inherited from WinFormsInteractorLayer.)
Public propertyIsEnabled
Controls whether this layer is enabled. If false, the interactor behaves as if without the layer.
(Inherited from InteractorLayer.)
Public propertyPageInteractor
The parent page interactor.
(Inherited from PageLayer.)
Public propertyRectangle
The rectangle that the interactor occupies, including this layer.
(Inherited from InteractorLayer.)

See Also