Class UILayerInitializeContext
Represents UI layer initialize context
Inheritance
System.Object
UILayerInitializeContext
Namespace: Telerik.Windows.Documents.Fixed.UI.Layers
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class UILayerInitializeContext : Object
Properties
Document
Gets the document.
Declaration
public RadFixedDocument Document { get; }
Property Value
Telerik.Windows.Documents.Fixed.Model.RadFixedDocument
The document. |
Owner
Gets the owner.
Declaration
public IUILayerContainer Owner { get; }
Property Value
IUILayerContainer
The owner. |
Page
Gets the page.
Declaration
public RadFixedPage Page { get; }
Property Value
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
The page. |
Presenter
Gets the presenter.
Declaration
public IFixedDocumentPresenter Presenter { get; }
Property Value
IFixedDocumentPresenter
The presenter. |
Methods
AddFocusableElement(DependencyObject)
Adds a focusable element.
Declaration
public void AddFocusableElement(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
The element. |
RemoveFocusableElement(DependencyObject)
Removes a focusable element.
Declaration
public void RemoveFocusableElement(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
The element. |