DesignerWindowPane Members
Include Protected Members
Include Inherited Members
This class inherits from WindowPane and extends it to provide designer features.
The DesignerWindowPane type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the DesignerWindowPane class.
Top
Methods
Name
Description
Adds the default services the window pane provides.
Overloaded. Disposes the design surface.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets the automation object for this window pane.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the service of the specified type. (Overrides WindowPane.GetService(Type).)
Determines whether or not the given data object is supported by the designer.
Gets the type of the current instance. (Inherited from Object.)
Initializes services after the window pane has been sited. (Inherited from WindowPane.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Called in response to the ClosePane method on the IVsWindowPane interface. (Overrides WindowPane.OnClose().)
Raised when the window pane is created. (Inherited from WindowPane.)
This method is called when Visual Studio wants the window pane to flush its state to the underlying buffer.
Called when the user double clicks or presses enter on a toolbox item on the Visual Studio toolbox.
Preprocesses the messages from navigation keys. (Inherited from WindowPane.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the command UI GUID associated with this window pane.
Gets the editor view for this window pane.
Gets the design surface.
Gets the window that is associated with this window pane. (Inherited from WindowPane.)
Top
Explicit Interface Implementations
Name
Description
Closes the window pane. (Inherited from WindowPane.)
IVsWindowPane.CreatePaneWindow
Creates a window pane. (Inherited from WindowPane.)
Executes the specified command. (Inherited from WindowPane.)
IVsBatchUpdate.FlushPendingUpdates
Called when Visual Studio wants the window pane to flush its state to the underlying buffer.
IVsExtensibleObject.GetAutomationObject
Gets the automation object for this window pane.
Gets the default size of the window pane. (Inherited from WindowPane.)
Gets the service of the specified type. (Inherited from WindowPane.)
Determines whether the Toolbox user supports the referenced data object.
Sends notification that an item in the Toolbox is selected through a click, or by pressing ENTER.
Loads the saved view state. (Inherited from WindowPane.)
IVsBroadcastMessageEvents.OnBroadcastMessage
Raised when a message is broadcast to the window. (Inherited from WindowPane.)
IVsWindowFrameNotify.OnDockableChange
Notifies the Package that a window's docked state is being altered.
Notifies the Package that a window is being moved.
Notifies the Package of a change in the window's display state.
Notifies the Package that a window is being resized.
Queries the object for the status of one or more commands that are generated by user interface events. (Inherited from WindowPane.)
Saves the loaded view state. (Inherited from WindowPane.)
Initializes this window pane with the specified service provider. (Inherited from WindowPane.)
IVsWindowPane.TranslateAccelerator
Handles the translation of navigation keys. (Inherited from WindowPane.)
Top