ClassCurrentPageTextBox
Class
The TextBox control which shows the current page number on which the RadPdfViewer is at the moment.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
cs-api-definition
public class CurrentPageTextBox : TextBox
Inheritance: objectCurrentPageTextBox
Constructors
CurrentPageTextBox()
Initializes a new instance of the CurrentPageTextBox class.
Declaration
cs-api-definition
public CurrentPageTextBox()
Methods
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
OnKeyDown(KeyEventArgs)
Declaration
cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs