Class PasswordRequiredDialog
Interaction logic for PasswordRequiredDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class PasswordRequiredDialog : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IPasswordRequiredDialog, IComponentConnector
Constructors
PasswordRequiredDialog()
Initializes a new instance of the PasswordRequiredDialog class.
Declaration
public PasswordRequiredDialog()
Properties
Password
Get or sets the required password.
Declaration
public string Password { get; set; }
Property Value
System.String
|
Implements
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Explicit Interface Implementations
IPasswordRequiredDialog.ShowDialog()
Declaration
bool? IPasswordRequiredDialog.ShowDialog()
Returns
System.Nullable<System.Boolean>
|