Class DialogHelper
Represents the dialog helper class.
Inheritance
System.Object
DialogHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public static class DialogHelper
Fields
SignatureDateFormat
Signature date format.
Declaration
public const string SignatureDateFormat = "yyyy/MM/dd HH:mm:ss zzz"
Field Value
System.String
|
Methods
GetParentWindow(RadPdfViewer)
Gets the parent window.
Declaration
public static ContentControl GetParentWindow(RadPdfViewer pdfViewer)
Parameters
RadPdfViewer
pdfViewer
The PDF viewer. |
Returns
System.Windows.Controls.ContentControl
|