DesignerWindowPane Members

This class inherits from WindowPane and extends it to provide designer features.

The DesignerWindowPane type exposes the following members.

Constructors

  Name Description
Public method DesignerWindowPane Initializes a new instance of the DesignerWindowPane class.

Top

Methods

  Name Description
Protected method AddDefaultServices Adds the default services the window pane provides.
Public method Dispose Overloaded. Disposes the design surface.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetAutomationObject Gets the automation object for this window pane.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetService Gets the service of the specified type. (Overrides WindowPane.GetService(Type).)
Protected method GetToolboxItemSupported Determines whether or not the given data object is supported by the designer.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize Initializes services after the window pane has been sited. (Inherited from WindowPane.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnClose Called in response to the ClosePane method on the IVsWindowPane interface. (Overrides WindowPane.OnClose().)
Protected method OnCreate Raised when the window pane is created. (Inherited from WindowPane.)
Protected method OnFlush This method is called when Visual Studio wants the window pane to flush its state to the underlying buffer.
Protected method OnToolboxItemPicked Called when the user double clicks or presses enter on a toolbox item on the Visual Studio toolbox.
Protected method PreProcessMessage Preprocesses the messages from navigation keys. (Inherited from WindowPane.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property CommandGuid Gets the command UI GUID associated with this window pane.
Public property EditorView Gets the editor view for this window pane.
Protected property Surface Gets the design surface.
Public property Window Gets the window that is associated with this window pane. (Inherited from WindowPane.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsWindowPane.ClosePane (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.CreatePaneWindow (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IOleCommandTarget.Exec (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsBatchUpdate.FlushPendingUpdates
Explicit interface implemetationPrivate method IVsExtensibleObject.GetAutomationObject
Explicit interface implemetationPrivate method IVsWindowPane.GetDefaultSize (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IServiceProvider.GetService (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsToolboxUser.IsSupported
Explicit interface implemetationPrivate method IVsToolboxUser.ItemPicked
Explicit interface implemetationPrivate method IVsWindowPane.LoadViewState (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsBroadcastMessageEvents.OnBroadcastMessage (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowFrameNotify.OnDockableChange
Explicit interface implemetationPrivate method IVsWindowFrameNotify.OnMove
Explicit interface implemetationPrivate method IVsWindowFrameNotify.OnShow
Explicit interface implemetationPrivate method IVsWindowFrameNotify.OnSize
Explicit interface implemetationPrivate method IOleCommandTarget.QueryStatus (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.SaveViewState (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.SetSite (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.TranslateAccelerator (Inherited from WindowPane.)

Top

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace