skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class DefaultCommandDescriptors

Represents default command descriptors for FixedDocumentViewerBase.

Inheritance
System.Object
CommandDescriptors
DefaultCommandDescriptors
Inherited Members
CommandDescriptors.FixedDocumentViewer
CommandDescriptors.PropertyChanged
Namespace: Telerik.Windows.Documents.Commands.Descriptors
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax

public class DefaultCommandDescriptors : CommandDescriptors, INotifyPropertyChanged

Constructors

DefaultCommandDescriptors(FixedDocumentViewerBase)

Initializes a new instance of the DefaultCommandDescriptors class.

Declaration
public DefaultCommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)
Parameters
FixedDocumentViewerBase fixedDocumentViewer

The fixed document viewer.

Properties

ActivateBookmarkItemCommandDescriptor

Gets the activate bookmark item command descriptor.

Declaration
public override CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }
Property Value
CommandDescriptorBase

Overrides
CommandDescriptors.ActivateBookmarkItemCommandDescriptor

AdditionalCommandDescriptorsGroup

Gets the additional commands descriptor group.

Declaration
public override CommandDescriptorGroup AdditionalCommandDescriptorsGroup { get; }
Property Value
CommandDescriptorGroup

The additional commands descriptor group.

Overrides
CommandDescriptors.AdditionalCommandDescriptorsGroup

CopyCommandDescriptor

Gets the copy command descriptor.

Declaration
public override CommandDescriptorBase CopyCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The copy command descriptor.

Overrides
CommandDescriptors.CopyCommandDescriptor

FindCommandDescriptor

Gets the find command descriptor.

Declaration
public override CommandDescriptorBase FindCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The find command descriptor.

Overrides
CommandDescriptors.FindCommandDescriptor

FindPreviousCommandDescriptor

Gets the find previous command descriptor.

Declaration
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
public override CommandDescriptorBase MoveDownCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move down command descriptor.

Overrides
CommandDescriptors.MoveDownCommandDescriptor

MoveLeftCommandDescriptor

Gets the move left command descriptor.

Declaration
public override CommandDescriptorBase MoveLeftCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move left command descriptor.

Overrides
CommandDescriptors.MoveLeftCommandDescriptor

MoveRightCommandDescriptor

Gets the move right command descriptor.

Declaration
public override CommandDescriptorBase MoveRightCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move right command descriptor.

Overrides
CommandDescriptors.MoveRightCommandDescriptor

MoveUpCommandDescriptor

Gets the move up command descriptor.

Declaration
public override CommandDescriptorBase MoveUpCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The move up command descriptor.

Overrides
CommandDescriptors.MoveUpCommandDescriptor

OpenCommandDescriptor

Gets the open command descriptor.

Declaration
public override CommandDescriptorBase OpenCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The open command descriptor.

Overrides
CommandDescriptors.OpenCommandDescriptor

PageDownCommandDescriptor

Gets the page down command descriptor.

Declaration
public override CommandDescriptorBase PageDownCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The page down command descriptor.

Overrides
CommandDescriptors.PageDownCommandDescriptor

PageUpCommandDescriptor

Gets the page up command descriptor.

Declaration
public override CommandDescriptorBase PageUpCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The page up command descriptor.

Overrides
CommandDescriptors.PageUpCommandDescriptor

PrintCommandDescriptor

Gets the print command descriptor.

Declaration
public override CommandDescriptorBase PrintCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The print command descriptor.

Overrides
CommandDescriptors.PrintCommandDescriptor

RotateClockwiseCommandDescriptor

Gets the rotate clockwise command descriptor.

Declaration
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
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
public override CommandDescriptorBase SaveAsCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The save as command descriptor.

Overrides
CommandDescriptors.SaveAsCommandDescriptor

SelectAllCommandDescriptor

Gets the select all command descriptor.

Declaration
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
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
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
public override CommandDescriptorBase ShowFindDialogCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The show find dialog command descriptor.

Overrides
CommandDescriptors.ShowFindDialogCommandDescriptor

ShowSignaturePropertiesDialogCommandDescriptor

Gets the show signature properties dialog command descriptor.

Declaration
public override CommandDescriptorBase ShowSignaturePropertiesDialogCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The show signature properties dialog command descriptor.

Overrides
CommandDescriptors.ShowSignaturePropertiesDialogCommandDescriptor

ShowSignSignatureDialogCommandDescriptor

Gets the show sign signature dialog command descriptor.

Declaration
public override CommandDescriptorBase ShowSignSignatureDialogCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The show sign signature dialog command descriptor.

Overrides
CommandDescriptors.ShowSignSignatureDialogCommandDescriptor

SignSignatureCommandDescriptor

Gets the sign signature command descriptor.

Declaration
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
public override CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }
Property Value
CommandDescriptorBase

Overrides
CommandDescriptors.SyncCurrentBookmarkItemCommandDescriptor

TextSelectionCommandDescriptorsGroup

Gets the text selection command descriptors group.

Declaration
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
public override CommandDescriptorBase ValidateSignaturesCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The validate signatures command descriptor.

Overrides
CommandDescriptors.ValidateSignaturesCommandDescriptor

ViewCommandDescriptorsGroup

Gets the view command descriptors group.

Declaration
public override CommandDescriptorGroup ViewCommandDescriptorsGroup { get; }
Property Value
CommandDescriptorGroup

The view command descriptors group.

Overrides
CommandDescriptors.ViewCommandDescriptorsGroup

ZoomInCommandDescriptor

Gets the zoom in command descriptor.

Declaration
public override CommandDescriptorBase ZoomInCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The zoom in command descriptor.

Overrides
CommandDescriptors.ZoomInCommandDescriptor

ZoomOutCommandDescriptor

Gets the zoom out command descriptor.

Declaration
public override CommandDescriptorBase ZoomOutCommandDescriptor { get; }
Property Value
CommandDescriptorBase

The zoom out command descriptor.

Overrides
CommandDescriptors.ZoomOutCommandDescriptor

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.