Class RadPdfViewerAttachedComponents
Inheritance
System.Object
RadPdfViewerAttachedComponents
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class RadPdfViewerAttachedComponents : DependencyObject
Constructors
RadPdfViewerAttachedComponents()
Declaration
public RadPdfViewerAttachedComponents()
Fields
RegisterFindDialogProperty
Declaration
public static readonly DependencyProperty RegisterFindDialogProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RegisterPasswordRequiredDialogProperty
Declaration
public static readonly DependencyProperty RegisterPasswordRequiredDialogProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RegisterSignaturePropertiesDialogProperty
Declaration
public static readonly DependencyProperty RegisterSignaturePropertiesDialogProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RegisterSignSignatureDialogProperty
Declaration
public static readonly DependencyProperty RegisterSignSignatureDialogProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Methods
GetRegisterFindDialog(UIElement)
Declaration
public static bool GetRegisterFindDialog(UIElement element)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
Returns
|
System.Boolean
|
GetRegisterPasswordRequiredDialog(UIElement)
Declaration
public static bool GetRegisterPasswordRequiredDialog(UIElement element)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
Returns
|
System.Boolean
|
GetRegisterSignaturePropertiesDialog(UIElement)
Declaration
public static bool GetRegisterSignaturePropertiesDialog(UIElement element)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
Returns
|
System.Boolean
|
GetRegisterSignSignatureDialog(UIElement)
Declaration
public static bool GetRegisterSignSignatureDialog(UIElement element)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
Returns
|
System.Boolean
|
SetRegisterFindDialog(UIElement, Boolean)
Declaration
public static void SetRegisterFindDialog(UIElement element, bool value)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
|
System.Boolean
value
|
SetRegisterPasswordRequiredDialog(UIElement, Boolean)
Declaration
public static void SetRegisterPasswordRequiredDialog(UIElement element, bool value)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
|
System.Boolean
value
|
SetRegisterSignaturePropertiesDialog(UIElement, Boolean)
Declaration
public static void SetRegisterSignaturePropertiesDialog(UIElement element, bool value)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
|
System.Boolean
value
|
SetRegisterSignSignatureDialog(UIElement, Boolean)
Declaration
public static void SetRegisterSignSignatureDialog(UIElement element, bool value)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
|
System.Boolean
value
|