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