EditorControl Members
Include Protected Members
Include Inherited Members
Handles the editor window.
The EditorControl type exposes the following members.
Constructors
Name
Description
Initializes a new instance of EditorControl with the supplied buffer and control and the main service provider.
Top
Methods
Name
Description
Closes the window and disposes the resources. (Overrides SimpleEditorView.ClosePane().)
Commits any changes made to the file. (Overrides SimpleEditorView.CommitPendingEdit(Int32%).)
Creates the window. (Overrides SimpleEditorView.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr%).)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Executes the specified command. (Inherited from SimpleEditorView.)
Executes specific commands. (Inherited from SimpleEditorView.)
Called during each iteration of the message loop. (Inherited from SimpleEditorView.)
Gives the component a chance to do idle time tasks. (Overrides SimpleEditorView.FDoIdle(UInt32).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Called to process or modify the message before it is translated and dispatched. (Inherited from SimpleEditorView.)
Called when the component manager wishes to know whether the component is in a state in which it can terminate. (Overrides SimpleEditorView.FQueryTerminate(Int32).)
Reserved method. (Inherited from SimpleEditorView.)
Gets the default size of the window. (Inherited from SimpleEditorView.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Gets a window associated with the component. (Overrides SimpleEditorView.HwndGetWindow(UInt32, UInt32).)
Determines whether the toolbox user supports the referenced data object. (Inherited from SimpleEditorView.)
Sends notification that an item in the toolbox has been selected (by clicking the mouse or by pressing ENTER). (Inherited from SimpleEditorView.)
When implemented in a derived class, loads the view state of the window pane. (Inherited from SimpleEditorView.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Called when a new object is being activated. (Inherited from SimpleEditorView.)
Notifies the component whenever the host application is activated or deactivated. (Overrides SimpleEditorView.OnAppActivate(Int32, UInt32).)
Notifies the view when the application enters or exits a given state. (Inherited from SimpleEditorView.)
Notifies the active component that it has lost its active status because the host or another component has become active. (Overrides SimpleEditorView.OnLoseActivation().)
Gets the status of the specified command. (Inherited from SimpleEditorView.)
Gets the parameters for a command. (Inherited from SimpleEditorView.)
Gets the status of the specified commands. (Inherited from SimpleEditorView.)
Saves the loaded view state. (Inherited from SimpleEditorView.)
Sets the information in the status bar to reflect this view. (Inherited from SimpleEditorView.)
Initializes this view. (Inherited from SimpleEditorView.)
Called by the component manager when it wishes to terminate the view's registration. (Inherited from SimpleEditorView.)
Returns a string that represents the current object. (Inherited from Object.)
Handles the translation of special navigation keys. (Inherited from SimpleEditorView.)
Top
Properties
Name
Description
Gets or sets the text buffer. (Inherited from SimpleEditorView.)
Gets or sets the component ID of the editor view. (Inherited from SimpleEditorView.)
Gets or sets the component manager for this view. (Inherited from SimpleEditorView.)
Gets or sets the control that represents the editor window.
(Inherited from SimpleEditorView.)
Gets or sets the IServiceProvider for this view. (Inherited from SimpleEditorView.)
Top