Class
DefaultCommandDescriptors

Represents default command descriptors for FixedDocumentViewerBase.

Definition

Namespace:Telerik.Windows.Documents.Commands.Descriptors

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class DefaultCommandDescriptors : CommandDescriptors, INotifyPropertyChanged

Inheritance: objectCommandDescriptorsDefaultCommandDescriptors

Implements: INotifyPropertyChanged

Inherited Members CommandDescriptors.FixedDocumentViewer

Constructors

DefaultCommandDescriptors(FixedDocumentViewerBase)

Initializes a new instance of the DefaultCommandDescriptors class.

Declaration

cs-api-definition
public DefaultCommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)

Parameters

fixedDocumentViewer

FixedDocumentViewerBase

The fixed document viewer.

Properties

ActivateBookmarkItemCommandDescriptor

Gets the activate bookmark item command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }

Property Value

CommandDescriptorBase

Overrides CommandDescriptors.ActivateBookmarkItemCommandDescriptor

AdditionalCommandDescriptorsGroup

Gets the additional commands descriptor group.

Declaration

cs-api-definition
public override CommandDescriptorGroup AdditionalCommandDescriptorsGroup { get; }

Property Value

CommandDescriptorGroup

The additional commands descriptor group.

Overrides CommandDescriptors.AdditionalCommandDescriptorsGroup

CopyCommandDescriptor

Gets the copy command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase CopyCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The copy command descriptor.

Overrides CommandDescriptors.CopyCommandDescriptor

FindCommandDescriptor

Gets the find command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase FindCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The find command descriptor.

Overrides CommandDescriptors.FindCommandDescriptor

FindPreviousCommandDescriptor

Gets the find previous command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase FindPreviousCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The find previous command descriptor.

Overrides CommandDescriptors.FindPreviousCommandDescriptor

FitToPageCommandDescriptor

Gets the fit to page command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase FitToPageCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The fit to page command descriptor.

Overrides CommandDescriptors.FitToPageCommandDescriptor

FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor

Gets the fit to page fixed document single page view presenter command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The fit to page fixed document single page view presenter command descriptor.

Overrides CommandDescriptors.FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor

FitToWidthCommandDescriptor

Gets the fit to width command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase FitToWidthCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The fit to width command descriptor.

Overrides CommandDescriptors.FitToWidthCommandDescriptor

FitToWidthFixedDocumentPagesPresenterCommandDescriptor

Gets the fit to width fixed document pages presenter command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase FitToWidthFixedDocumentPagesPresenterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The fit to width fixed document pages presenter command descriptor.

Overrides CommandDescriptors.FitToWidthFixedDocumentPagesPresenterCommandDescriptor

MoveCaretLineDownCommandDescriptor

Gets the move caret line down command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretLineDownCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret line down command.

Overrides CommandDescriptors.MoveCaretLineDownCommandDescriptor

MoveCaretLineUpCommandDescriptor

Gets the move caret line up command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretLineUpCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret line up command.

Overrides CommandDescriptors.MoveCaretLineUpCommandDescriptor

MoveCaretToEndOfDocumentCommandDescriptor

Gets the move caret to end of document command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToEndOfDocumentCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to end of document command.

Overrides CommandDescriptors.MoveCaretToEndOfDocumentCommandDescriptor

MoveCaretToLineEndCommandDescriptor

Gets the move caret to line end command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToLineEndCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to line end command.

Overrides CommandDescriptors.MoveCaretToLineEndCommandDescriptor

MoveCaretToLineStartCommandDescriptor

Gets the move caret to line start command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToLineStartCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to line start command.

Overrides CommandDescriptors.MoveCaretToLineStartCommandDescriptor

MoveCaretToNextCharacterCommandDescriptor

Gets the move caret to next character command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToNextCharacterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to next character command.

Overrides CommandDescriptors.MoveCaretToNextCharacterCommandDescriptor

MoveCaretToNextWordCommandDescriptor

Gets the move caret to next word command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToNextWordCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to next word command.

Overrides CommandDescriptors.MoveCaretToNextWordCommandDescriptor

MoveCaretToPreviousCharacterCommandDescriptor

Gets the move caret to previous character command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToPreviousCharacterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to previous character command.

Overrides CommandDescriptors.MoveCaretToPreviousCharacterCommandDescriptor

MoveCaretToPreviousWordCommandDescriptor

Gets the move caret to previous word command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToPreviousWordCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to previous word command.

Overrides CommandDescriptors.MoveCaretToPreviousWordCommandDescriptor

MoveCaretToStartOfDocumentCommandDescriptor

Gets the move caret to start of document command.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveCaretToStartOfDocumentCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move caret to start of document command.

Overrides CommandDescriptors.MoveCaretToStartOfDocumentCommandDescriptor

MoveDownCommandDescriptor

Gets the move down command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveDownCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move down command descriptor.

Overrides CommandDescriptors.MoveDownCommandDescriptor

MoveLeftCommandDescriptor

Gets the move left command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveLeftCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move left command descriptor.

Overrides CommandDescriptors.MoveLeftCommandDescriptor

MoveRightCommandDescriptor

Gets the move right command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveRightCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move right command descriptor.

Overrides CommandDescriptors.MoveRightCommandDescriptor

MoveUpCommandDescriptor

Gets the move up command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase MoveUpCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The move up command descriptor.

Overrides CommandDescriptors.MoveUpCommandDescriptor

OpenCommandDescriptor

Gets the open command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase OpenCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The open command descriptor.

Overrides CommandDescriptors.OpenCommandDescriptor

PageDownCommandDescriptor

Gets the page down command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase PageDownCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The page down command descriptor.

Overrides CommandDescriptors.PageDownCommandDescriptor

PageUpCommandDescriptor

Gets the page up command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase PageUpCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The page up command descriptor.

Overrides CommandDescriptors.PageUpCommandDescriptor

PrintCommandDescriptor

Gets the print command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase PrintCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The print command descriptor.

Overrides CommandDescriptors.PrintCommandDescriptor

RotateClockwiseCommandDescriptor

Gets the rotate clockwise command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase RotateClockwiseCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The rotate clockwise command descriptor.

Overrides CommandDescriptors.RotateClockwiseCommandDescriptor

RotateCounterClockwiseCommandDescriptor

Gets the rotate counter clockwise command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase RotateCounterClockwiseCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The rotate counter clockwise command descriptor.

Overrides CommandDescriptors.RotateCounterClockwiseCommandDescriptor

SaveAsCommandDescriptor

Gets the save as command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase SaveAsCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The save as command descriptor.

Overrides CommandDescriptors.SaveAsCommandDescriptor

SelectAllCommandDescriptor

Gets the select all command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase SelectAllCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The select all command descriptor.

Overrides CommandDescriptors.SelectAllCommandDescriptor

SetFixedDocumentPagesPresenterCommandDescriptor

Gets the set fixed document pages presenter command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase SetFixedDocumentPagesPresenterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The set fixed document pages presenter command descriptor.

Overrides CommandDescriptors.SetFixedDocumentPagesPresenterCommandDescriptor

SetFixedDocumentSinglePageViewPresenterCommandDescriptor

Gets the set fixed document single page view presenter command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase SetFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The set fixed document single page view presenter command descriptor.

Overrides CommandDescriptors.SetFixedDocumentSinglePageViewPresenterCommandDescriptor

ShowFindDialogCommandDescriptor

Gets the show find dialog command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase ShowFindDialogCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The show find dialog command descriptor.

Overrides CommandDescriptors.ShowFindDialogCommandDescriptor

ShowSignSignatureDialogCommandDescriptor

Gets the show sign signature dialog command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase ShowSignSignatureDialogCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The show sign signature dialog command descriptor.

Overrides CommandDescriptors.ShowSignSignatureDialogCommandDescriptor

ShowSignaturePropertiesDialogCommandDescriptor

Gets the show signature properties dialog command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase ShowSignaturePropertiesDialogCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The show signature properties dialog command descriptor.

Overrides CommandDescriptors.ShowSignaturePropertiesDialogCommandDescriptor

SignSignatureCommandDescriptor

Gets the sign signature command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase SignSignatureCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The sign signature command descriptor.

Overrides CommandDescriptors.SignSignatureCommandDescriptor

SyncCurrentBookmarkItemCommandDescriptor

Gets the sync current bookmark item command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }

Property Value

CommandDescriptorBase

Overrides CommandDescriptors.SyncCurrentBookmarkItemCommandDescriptor

TextSelectionCommandDescriptorsGroup

Gets the text selection command descriptors group.

Declaration

cs-api-definition
public override CommandDescriptorGroup TextSelectionCommandDescriptorsGroup { get; }

Property Value

CommandDescriptorGroup

The text selection command descriptors group.

Overrides CommandDescriptors.TextSelectionCommandDescriptorsGroup

ValidateSignaturesCommandDescriptor

Gets the validate signatures command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase ValidateSignaturesCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The validate signatures command descriptor.

Overrides CommandDescriptors.ValidateSignaturesCommandDescriptor

ViewCommandDescriptorsGroup

Gets the view command descriptors group.

Declaration

cs-api-definition
public override CommandDescriptorGroup ViewCommandDescriptorsGroup { get; }

Property Value

CommandDescriptorGroup

The view command descriptors group.

Overrides CommandDescriptors.ViewCommandDescriptorsGroup

ZoomInCommandDescriptor

Gets the zoom in command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase ZoomInCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The zoom in command descriptor.

Overrides CommandDescriptors.ZoomInCommandDescriptor

ZoomOutCommandDescriptor

Gets the zoom out command descriptor.

Declaration

cs-api-definition
public override CommandDescriptorBase ZoomOutCommandDescriptor { get; }

Property Value

CommandDescriptorBase

The zoom out command descriptor.

Overrides CommandDescriptors.ZoomOutCommandDescriptor

In this article
DefinitionConstructorsDefaultCommandDescriptors(FixedDocumentViewerBase)PropertiesActivateBookmarkItemCommandDescriptorAdditionalCommandDescriptorsGroupCopyCommandDescriptorFindCommandDescriptorFindPreviousCommandDescriptorFitToPageCommandDescriptorFitToPageFixedDocumentSinglePageViewPresenterCommandDescriptorFitToWidthCommandDescriptorFitToWidthFixedDocumentPagesPresenterCommandDescriptorMoveCaretLineDownCommandDescriptorMoveCaretLineUpCommandDescriptorMoveCaretToEndOfDocumentCommandDescriptorMoveCaretToLineEndCommandDescriptorMoveCaretToLineStartCommandDescriptorMoveCaretToNextCharacterCommandDescriptorMoveCaretToNextWordCommandDescriptorMoveCaretToPreviousCharacterCommandDescriptorMoveCaretToPreviousWordCommandDescriptorMoveCaretToStartOfDocumentCommandDescriptorMoveDownCommandDescriptorMoveLeftCommandDescriptorMoveRightCommandDescriptorMoveUpCommandDescriptorOpenCommandDescriptorPageDownCommandDescriptorPageUpCommandDescriptorPrintCommandDescriptorRotateClockwiseCommandDescriptorRotateCounterClockwiseCommandDescriptorSaveAsCommandDescriptorSelectAllCommandDescriptorSetFixedDocumentPagesPresenterCommandDescriptorSetFixedDocumentSinglePageViewPresenterCommandDescriptorShowFindDialogCommandDescriptorShowSignSignatureDialogCommandDescriptorShowSignaturePropertiesDialogCommandDescriptorSignSignatureCommandDescriptorSyncCurrentBookmarkItemCommandDescriptorTextSelectionCommandDescriptorsGroupValidateSignaturesCommandDescriptorViewCommandDescriptorsGroupZoomInCommandDescriptorZoomOutCommandDescriptor
Not finding the help you need?
Contact Support