ClassValidateSignaturesCommandDescriptor
Class
Represents the validate signatures command descriptor.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class ValidateSignaturesCommandDescriptor : CommandDescriptor, INotifyPropertyChanged
Inheritance: objectCommandDescriptorBaseCommandDescriptorValidateSignaturesCommandDescriptor
Implements:
Inherited Members
Constructors
ValidateSignaturesCommandDescriptor(ValidateSignaturesCommand, bool)
Initializes a new instance of the ValidateSignaturesCommandDescriptor class.
Declaration
cs-api-definition
public ValidateSignaturesCommandDescriptor(ValidateSignaturesCommand command, bool isEnabled = true)
Parameters
command
The command.
isEnabled
if set to true [is enabled].