Name | Description | |
---|---|---|
![]() | TextEditorControllerBase<T> | Initializes a new instance of the TextEditorControllerBase<T> class. |
Name | Description | |
---|---|---|
![]() | TextEditorControllerBase<T> | Initializes a new instance of the TextEditorControllerBase<T> class. |
Name | Description | |
---|---|---|
![]() | FocusedInteractionArea | Gets a focused interaction area. (Inherited from InteractionControllerBase) |
![]() | HasAppearance | Gets a value indicating whether this interaction controller has appearance. (Inherited from InteractionControllerBase) |
![]() | InteractionAreas | Gets a read-only collection of interaction areas. (Inherited from InteractionControllerBase) |
![]() | InteractiveObject | Gets an interactive object of interaction controller. (Inherited from InteractionControllerBase<T>) |
![]() | IsActivated | Gets a value indicating whether controller is activated. (Inherited from InteractionControllerBase) |
![]() | IsEnabled | Gets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase) |
![]() | IsInteracting | Gets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase) |
![]() | IsVisible | Gets a value indicating whether controller is visible. (Inherited from InteractionControllerBase<T>) |
Name | Description | |
---|---|---|
![]() | InteractionAreaList | Gets a list of interaction areas. (Inherited from InteractionControllerBase) |
Name | Description | |
---|---|---|
![]() | DrawAppearance | Draws the interaction controller appearance on specifed graphics engine. (Inherited from InteractionControllerBase) |
![]() | OnActivate | Invoked when the interaction controller is activated. |
![]() | OnDeactivate | Invoked when the interaction controller is deactivated. |
![]() | OnInteraction | Invoked when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase) |
![]() | Reset | Resets the interaction controller. (Inherited from InteractionControllerBase) |
![]() | UpdateInteractionAreas | Updates the interaction areas of this controller. (Inherited from InteractionControllerBase) |
Name | Description | |
---|---|---|
![]() | GetCaretLeftTop | Returns the left-top position of text caret. |
![]() | GetFontFamilyName | Returns the font family name. |
![]() | GetFontSize | Returns the font size. |
![]() | OnEditingDisabled | Called when editing is disabled. |
![]() | OnEditingEnabled | Called when editing is enabled. |
![]() | OnEditingException | Raises the EditingException event. |
![]() | OnImeTextInput | Called when text is received from IME. |
![]() | OnInteractionFinished | Raises the InteractionFinished event. (Inherited from InteractionControllerBase) |
![]() | PerformInteraction | Performs an interaction between user and interaction area. (Inherited from InteractionControllerBase) |
![]() | ProcessImeMessages | Processes the IME Windows messages. |
Name | Description | |
---|---|---|
![]() | EditingDisabled | Occurs when editing is disabled. |
![]() | EditingEnabled | Occurs when editing is enabled. |
![]() | EditingException | Occurs when editing is not possible. |
![]() | Interaction | Occurs when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase) |
![]() | InteractionFinished | Occurs when interaction is finished. (Inherited from InteractionControllerBase) |
TextEditorControllerBase<T> Class
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace