WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.Windows.Forms.Edit - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Namespace Syncfusion.Windows.Forms.Edit

    Classes

    BookmarkPaintEventArgs

    Provides data for the Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.DrawBookmark event and contains all information needed for rendering and controlling the drawing process.

    CancellableCodeSnippetsEventArgs

    Provides data for the CodeSnippetActivating event of the EditControl control.

    ChangeValueEventArgs

    Provides data for the GetMinimalWidth event of the StreamEditControl control.

    CodeSnippetsEventArgs

    Provides data for the CodeSnippetDeactivating event of the EditControl control.

    CodeSnippetTemplateTextChangingEventArgs

    Provides data for the CodeSnippetTemplateTextChanging event of the EditControl control.

    CollapseEventArgs

    Provides data for the OutliningTooltipPopup, OutliningTooltipClose, OutliningExpand and OutliningCollapse events of the EditControl control.

    ContextChoiceItemEventArgs

    Provides data for the ContextChoiceRightClick event of the EditControl control.

    ContextChoiceItemSelectedEventArgs

    Provides data for the ContextChoiceItemSelected event of the EditControl control.

    ContextChoiceTextInsertEventArgs

    Provides data for the ContextChoiceSelectedTextInsert event of the EditControl control.

    ContextPromptCloseEventArgs

    Provides data for the ContextPromptClose event of the EditControl control.

    ContextPromptSelectionChangedEventArgs

    Provides data for the ContextPromptSelectionChanged event of the EditControl control.

    ContextPromptUpdateEventArgs

    Provides data for the ContextPromptOpen and ContextPromptUpdate events of the EditControl control.

    CoordinatesChangeEventArgs

    Provides data for the BeforeCoordinatesChange event of the CursorManager.

    CustomSnippetDrawEventArgs

    Provides data for the OnCustomDraw event of the Format.

    DrawLineMarkEventArgs

    Provides data for the DrawLineMark event of the EditControl control.

    DrawUserMarginTextEventArgs

    Provides data for the DrawUserMarginText event of the EditControl control.

    EditControl

    Represents a windows control that enables the user to create powerful text editor control that supports syntax highlighting, code outlining, block selection, efficient code editing, IntelliSense, custom language configuration, and much more. It also offers built-in language highlighting support.

    EditControl.RegexCaseInsenstiveArgs

    Represents a class that describes string that will ignore the case insensitive when user uses the FindRegex method programmatically.

    ExceptionManager

    Represents a class that provides a global hook for exceptions that have been catched inside the framework and gives you the option to provide specialized handling of the exception. You can also temporarily suspend and resume catching exceptions.

    FakeEditControl

    Represents a control that is used to render the content of the StreamEditControl.

    FileEditControl

    Represents a control which is used for editing source files.

    GetBoolEventArgs

    Provides data for the CheckSmartGripVisibility event of the StatusBarSettings control.

    HybridScrollControl

    Represents a class that acts as a hybrid between Syncfusions scroller and windows scroller.

    IndicatorClickEventArgs

    Provides data for the IndicatorMarginClick and IndicatorMarginDoubleClick events of the EditControl control.

    IntelliScrollableControl

    Represents a scrollable control, that supports intelli mouse.

    LineNumberPaintEventArgs

    Provides data for the BeforeLineNumberPaint event of the EditControl control.

    LinesEventArgs

    Provides data for the LineInserted and LineDeleted events of the EditControl control.

    NewSnippetMemberHighlightingEventArgs

    Provides data for the NewSnippetMemberHighlighting event of the EditControl control.

    OutliningEventArgs

    Provides data for the OutliningBeforeExpand and OutliningBeforeCollapse events of the EditControl control.

    OutliningTooltipBeforePopupEventArgs

    Provides data for the OutliningTooltipBeforePopup event of the EditControl control.

    ParsePointParameterChangedEventArgs

    Provides data for the ParsePointParameterChangedEventHandler.

    PrintHeadlineEventArgs

    Provides data for the PrintHeader and PrintFooter events of the EditControl control.

    SaveWithDataLosingEventArgs

    Provides data for the SaveStreamWithDataLoss and SaveFileWithDataLoss events of the EditControl control.

    ScrollBarWrapper

    Represents a ScrollbarWrapper class that helps to manages scrollbars for a control and hides details about the scrollbar from the control that utilizes ScrollBarWrapper. This allows you to replace the concrete ScrollBar with Syncfusion.Windows.Forms.Edit.ReflectScrollBar, FlatScrollBar a System.Windows.Forms.ScrollBar or any custom scrollbar implementation.

    ScrollControl

    Represents a base class for the controls that supports scrolling.

    StreamCloseEventArgs

    Provides data for the Closing and ContextPromptUpdate events of the EditControl control.

    StreamEditControl

    Represents a control that helps to edit the source files and loads the language configuration from file.

    StreamEditControl.SavedViewInfo

    Saved information about current view.

    TextChangedEventArgs

    Provides data for the LineChanged event of the EditControl control.

    TextChangingEventArgs

    Provides data for the TextChanging event of the EditControl control.

    UnreachableTextFoundEventArgs

    Provides data for the UnreachableTextFound event of the EditControl control.

    UpdateBookmarkTooltipEventArgs

    Provides data for the UpdateBookmarkToolTip event of the EditControl control.

    UpdateTooltipEventArgs

    Provides data for the UpdateContextToolTip event of the EditControl control.

    ValueChangedEventArgs

    Provides data for the ValueChanged event handler.

    ValueChangingEventArgs

    Provides data for the ZoomFactorChanging event of the EditControl control

    Structs

    StreamEditControl.SavedViewInfo.TextRangeInfo

    Defines a structure that provides information for storing two text range offsets.

    Interfaces

    IScrollBar

    Provides the functionality to configure a scrollbar.

    IScrollBarContainer

    Provides the functionality that returns a reference to a scrollbar contained in a user control.

    Enums

    BeginUpdateOptions

    Defines the constants that specifies the BeginUpdateOptions details which should perform the drawing operations during a batch of updates.

    EditControlStyle

    This enum represents the Style

    HybridScrollControl.ScrollDirection

    Defines the constants that specifies the direction of scrolling.

    IntelliScrollableControl.ScrollingDirection

    Current scrolling direction.

    ScrollMode

    Specifies how vertical scrolling is processed.

    SelectionModes

    Defines the constants that specifies the selection modes in EditControl.

    StreamEditControl.IntellisenseType

    Type of intellisense.

    Delegates

    BookmarkPaintEventHandler

    Handler for the ParsePointParameterChanged event.

    CancellableCodeSnippetsEventHandler

    Represents the method that will handle the CodeSnippetActivating event of the EditControl.

    ChangeValueEventHandler

    Represents the method that will handle the GetMinimalWidth event of the StreamEditControl control.

    ChangingStreamEventHandler

    Represents the method that will handle the ChangingStream event of the EditControl control.

    CodeSnippetsEventHandler

    Represents the method that will handle the CodeSnippetDeactivating event of the EditControl control.

    CodeSnippetTemplateTextChangingEventHandler

    Represents the method that will handle the CodeSnippetTemplateTextChanging event of the EditControl control.

    CollapsedRegionRelatedEventHandler

    Represents the method that will handle the OutliningTooltipPopup and OutliningTooltipClose events of the EditControl control.

    ContextChoiceCloseEventHandler

    Represents the method that will handle the close event, related to the context choice.

    ContextChoiceEventHandler

    Represents the method that will handle the event, related to the context choice.

    ContextChoiceItemEventHandler

    Represents the method that will handle the ContextChoiceRightClick event of the EditControl control.

    ContextChoiceItemSelectedEventHandler

    Represents the method that will handle the ContextChoiceItemSelected event of the EditControl control.

    ContextChoiceTextInsertEventHandler

    Represents the method that will handle the ContextChoiceSelectedTextInsert event of the EditControl control.

    ContextPromptCloseEventHandler

    Represents the method that will handle the ContextPromptClose event of the EditControl control.

    ContextPromptSelectionChangedEventHandler

    Represents the method that will handle the ContextPromptSelectionChanged event of the EditControl control.

    ContextPromptUpdateEventHandler

    Represents the method that will handle the ContextPromptOpen and ContextPromptUpdate events of the EditControl control.

    CoordinatePointDeletedEventHandler

    Represents the method that will handle the CoordinatePoint Deleted event.

    CoordinatesChangeEventHandler

    Represents the method that will handle the BeforeCoordinatesChange event of the CursorManager.

    CustomSnippetDrawEventHandler

    Represents the method that will handle the OnCustomDraw event of the Format.

    DrawLineMarkEventHandler

    Represents the method that will handle the DrawLineMark and ContextPromptUpdate events of the EditControl control.

    DrawUserMarginTextEventHandler

    Represents the method that will handle the DrawUserMarginText event of the EditControl control.

    EncodingChangedEventHandler

    Represents the method that will handle the EncodingChanged event of the StreamEditControl control.

    GetBoolEventHandler

    Represents the method that will handle the CheckSmartGripVisibility event of the StatusBarSettings control.

    IndicatorClickEventHandler

    Represents the method that will handle the IndicatorMarginClick and IndicatorMarginDoubleClick events of the EditControl control.

    InvalidateAreaEventHandler

    Represents the method that will handle the Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateArea event of the StreamEditControl control.

    LexemReplaceEventHandler

    Represents the method that is used for processing lexems and replacing their text.

    LineDeletedEventHandler

    Represents the method that will handle the LineDeleted event of the EditControl control.

    LineInsertedEventHandler

    Represents the method that will handle the LineInserted event of the EditControl control.

    LongOperationEventHandler

    Represents the method that will handle the events, connected with long operations.

    NewSnippetMemberHighlightingEventHandler

    Represents the method that will handle the NewSnippetMemberHighlighting event of the EditControl control.

    OnBeforeLineNumberPaintEventHandler

    Represents the method that will handle the BeforeLineNumberPaint event of the EditControl control.

    OutliningCancellableEventHandler

    Represents the method that will handle the OutliningBeforeExpand and OutliningBeforeCollapse events of the EditControl control.

    OutliningEventHandler

    Represents the method that will handle the OutliningExpand and OutliningCollapse events of the EditControl control.

    OutliningTooltipBeforePopupEventHandler

    Represents the method that will handle the OutliningTooltipBeforePopup event of the EditControl control.

    ParsePointDeletedEventHandler

    Represents the method that will handle the ParsePoint Deleted event.

    ParsePointParameterChangedEventHandler

    Represents the method that will handle the ParsePointParameterChanged event.

    PrintHeadlineEventHandler

    Represents the method that will handle the PrintHeader and PrintFooter events of the EditControl control.

    ProcessCommandEventHandler

    Represents the method that will handle the ProcessKey events.

    ProcessCommandsEventHandler

    Represents the method that will handle the ProcessKey events.

    SaveWithDataLosingEventHandler

    Represents the method that will handle the SaveStreamWithDataLoss and SaveFileWithDataLoss events of the EditControl control.

    StreamCloseEventHandler

    Represents the method that will handle the Closing and ContextPromptUpdate events of the EditControl control.

    TextChangedEventHandler

    Represents the method that will handle the LineChanged and ContextPromptUpdate events of the EditControl control.

    TextChangingEventHandler

    Represents the method that will handle the TextChanging and ContextPromptUpdate events of the EditControl control.

    UnreachableTextFoundEventHandler

    Represents the method that will handle the UnreachableTextFound event of the EditControl control.

    UpdateBookmarkTooltipEventHandler

    Represents the method that will handle the UpdateBookmarkToolTip event of the EditControl control.

    UpdateTooltipEventHandler

    Represents the method that will handle the UpdateContextToolTip event of the EditControl control.

    ValueChangedEventHandler

    Represents the method that will handle the ValueChanged event.

    ValueChangingEventHandler

    Represents the delegate method that handles the ZoomFactorChanging event of EditControl.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved