New to Telerik UI for WinFormsStart a free 30-day trial

ICommand

Interface

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public interface ICommand

Derived Classes: DelegateCommandAcceptAllRevisionsCommandAcceptRevisionCommandCancelFormatPainterCommandChangeAllFieldsDisplayModeCommandChangeBibliographicStyleCommandChangeColorCommandBaseChangeFontFamilyCommandChangeFontForeColorCommandChangeFontHighlightColorCommandChangeFontSizeCommandChangeFormatPainterStateCommandChangeImageWrappingStyleCommandChangeIntegratedWatermarkTypeCommandChangeLayoutModeCommandChangeListStyleCommandChangePageMarginsTypeCommandChangePageOrientationCommandChangePaperTypeCommandChangeParagraphBackgroundColorCommandChangeParagraphFlowDirectionCommandChangeParagraphListLevelCommandChangeSectionColumnsCommandChangeSectionFooterBottomMarginCommandChangeSectionHeaderFooterMarginBaseChangeSectionHeaderTopMarginCommandChangeStyleNameCommandChangeTableColumnsLayoutModeCommandChangeTextAlignmentCommandChangeUnderlineColorCommandChangeUnderlineDecorationCommandClearAllFormattingCommandClearFormattingCommandCommentCommandBaseContinueNumberingCommandConvertImageToImageInlineCommandCopyCommandCopyFormattingCommandCopyHyperlinkCommandCutCommandDecrementFontSizeCommandDecrementParagraphLeftIndentCommandDecrementParagraphListLevelCommandDeleteAllCommentsCommandDeleteCodeBlockCommandDeleteCommandDeleteCommentCommandDeleteTableColumnCommandDeleteTableCommandDeleteTableRowCommandDrawingContextCommandBaseEditFooterCommandEditHeaderCommandExitHeaderFooterEditModeCommandFieldRangeStartBaseCommandBase<T>GoToNextCommentCommandGoToNextEndnoteCommandGoToNextFootnoteCommandGoToNextRevisionCommandGoToPreviousCommentCommandGoToPreviousEndnoteCommandGoToPreviousFootnoteCommandGoToPreviousRevisionCommandImageContextCommandBaseIncrementFontSizeCommandIncrementParagraphLeftIndentCommandIncrementParagraphListLevelCommandInsertBibliographyFieldCommandInsertBreakCommandInsertCitationFieldCommandInsertColumnBreakCommandInsertCommentCommandInsertDocumentFragmentCommandInsertEndnoteCommandInsertFieldCommandInsertFootnoteCommandInsertLineBreakCommandInsertLineNumberingCommandInsertMergeFieldEmptyCommandInsertNonBreakingSpaceCommandInsertPageBreakCommandInsertPageFieldCommandInsertPictureCommandInsertSectionBreakCommandInsertStructuredDocumentTagCommandInsertTableColumnCommandInsertTableColumnToTheLeftCommandInsertTableColumnToTheRightCommandInsertTableCommandInsertTableRowAboveCommandInsertTableRowBelowCommandInsertTableRowCommandInsertTextCommandMailMergeCommandMailMergeDataSourceContextCommandBaseMergeTableCellsCommandMoveCaretCommandMoveSelectionCommandMultipleUndoCommandNewDocumentCommandOpenContextMenuOnNextSpellingErrorCommandOpenDocumentCommandOpenHyperlinkCommandPasteCommandPasteFormattingCommandPreviewFirstMailMergeDataRecordCommandPreviewLastMailMergeDataRecordCommandPreviewNextMailMergeDataRecordCommandPreviewPreviousMailMergeDataRecordCommandPrintCommandPrintPreviewCommandRedoCommandRejectAllRevisionsCommandRejectRevisionCommandRemoveHyperlinkCommandRemoveWatermarkCommandRestartNumberingCommandRichTextBoxCommandBaseRichTextBoxRoutedCommandRoutedCommandRoutedUICommandSaveCommandSelectAllCommandSelectHyperlinkCommandSelectTableCellCommandSelectTableColumnCommandSelectTableCommandSelectTableEmptyCommandSelectTableRowCommandSelectionEnabledCommandShowAddNewBibliographicReferenceDialogCommandShowChangeEditingPermissionsDialogCommandShowCodeFormattingDialogCommandShowContentControlPropertiesDialogCommandShowDefineNewListStyleDialogCommandShowFindReplaceDialogCommandShowFloatingBlockPropertiesDialogCommandShowFontPropertiesDialogCommandShowImageEditorCommandShowInsertCaptionDialogCommandShowInsertCrossReferenceWindowCommandShowInsertDateTimeDialogCommandShowInsertHyperlinkDialogCommandShowInsertSymbolWindowCommandShowInsertTableDialogCommandShowInsertTableOfContentsDialogCommandShowLineNumberingDialogCommandShowManageBibliographicSourcesDialogCommandShowManageBookmarksDialogCommandShowManageStylesDialogCommandShowNotesDialogCommandShowParagraphPropertiesDialogCommandShowSectionColumnsDialogCommandShowSetNumberingValueDialogCommandShowSpellCheckingDialogCommandShowStyleFormattingPropertiesDialogCommandShowTabStopsPropertiesDialogCommandShowTableBordersDialogCommandShowTablePropertiesDialogCommandShowWatermarkSettingsDialogCommandSuppressLineNumberingForCurrentParagraphCommandTabBackwardCommandTabForwardCommandTableCellContentAlignmentCommandTableContextCommandBaseToggleBoldCommandToggleBulletsCommandToggleCommandBaseToggleCommentsCommandToggleDifferentFirstPageHeaderFooterCommandToggleDifferentOddAndEvenPagesHeaderFooterCommandToggleDocumentProtectionCommandToggleFieldDisplayModeCommandToggleFormattingSymbolsCommandToggleHeaderFooterLinkToPreviousCommandToggleItalicCommandToggleMergeFieldsHighlightCommandToggleNumberedCommandToggleSpellCheckingCommandToggleStrikethroughCommandToggleSubscriptCommandToggleSuperscriptCommandToggleTableLookColumnBandingOptionCommandToggleTableLookCommandBaseToggleTableLookFirstColumnOptionCommandToggleTableLookFirstRowOptionCommandToggleTableLookLastColumnOptionCommandToggleTableLookLastRowOptionCommandToggleTableLookRowBandingOptionCommandToggleTableRowRepeatOnEveryPageCommandToggleTrackChangesCommandToggleUnderlineCommandUndoCommandUnmergeTableCellsCommandUpdateAllFieldsCommandUpdateFieldCommand...

Methods

C#
bool CanExecute(object parameter)
Parameters:parameterobjectReturns:

bool

C#
void Execute(object parameter)
Parameters:parameterobject

Events

C#
event EventHandler CanExecuteChanged