DesignerWindowPane Class

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

System.Object
  Microsoft.VisualStudio.Shell.WindowPane
    Microsoft.VisualStudio.Shell.Design.DesignerWindowPane

[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public abstract class DesignerWindowPane : WindowPane, IVsDesignerInfo, 
	IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject, IVsWindowFrameNotify

NameDescription
System_CAPS_pubmethodDesignerWindowPane(DesignSurface)

Initializes a new instance of the DesignerWindowPane class.

NameDescription
System_CAPS_pubpropertyCommandGuid

Gets the command UI GUID associated with this window pane.

System_CAPS_pubpropertyContent

Gets or sets the content of this tool window. (Inherited from WindowPane.)

System_CAPS_pubpropertyEditorView

Gets the editor view for this window pane.

System_CAPS_protpropertyInitializationMode

Gets the initialization mode that is associated with this window pane.(Inherited from WindowPane.)

System_CAPS_protpropertySurface

Gets the design surface.

System_CAPS_pubpropertyWindow

Gets the window associated with this window pane.(Inherited from WindowPane.)

NameDescription
System_CAPS_protmethodAddDefaultServices()

Adds the default services the window pane provides.

System_CAPS_pubmethodDispose()

Disposes the window pane and its resources.(Inherited from WindowPane.)

System_CAPS_protmethodDispose(Boolean)

Disposes the design surface.(Overrides WindowPane.Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetAutomationObject(String)

Gets the automation object for this window pane.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetService(Type)

Gets the service of the specified type.(Overrides WindowPane.GetService(Type).)

System_CAPS_protmethodGetToolboxItemSupported(IDataObject)

Determines whether or not the given data object is supported by the designer.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitialize()

Initializes services after the window pane has been sited. (Inherited from WindowPane.)

System_CAPS_pubmethodLoadUIState(Stream)

Override to load the previously saved state of the pane. (Inherited from WindowPane.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnClose()

Called in response to the ClosePane method on the IVsWindowPane interface.(Overrides WindowPane.OnClose().)

System_CAPS_protmethodOnCreate()

Raised when the window pane is created.(Inherited from WindowPane.)

System_CAPS_protmethodOnFlush()

This method is called when Visual Studio wants the window pane to flush its state to the underlying buffer.

System_CAPS_protmethodOnToolboxItemPicked(IDataObject)

Called when the user double clicks or presses enter on a toolbox item on the Visual Studio toolbox.

System_CAPS_protmethodPreProcessMessage(Message)

Preprocesses the messages from navigation keys.(Inherited from WindowPane.)

System_CAPS_pubmethodSaveUIState(Stream)

Override to save custom state information to be used later when the pane is reconstructed.(Inherited from WindowPane.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleCommandTarget.Exec(Guid, UInt32, UInt32, IntPtr, IntPtr)

Executes the specified command.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleCommandTarget.QueryStatus(Guid, UInt32, OLECMD[], IntPtr)

Gets the status of the commands.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsBatchUpdate.FlushPendingUpdates(UInt32)

Called when Visual Studio wants the window pane to flush its state to the underlying buffer.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsDesignerInfo.get_DesignerTechnology(String)

Returns the Windows form.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsExtensibleObject.GetAutomationObject(String, Object)

Gets the automation object for this window pane.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsToolboxUser.IsSupported(IDataObject)

Determines whether the Toolbox user supports the referenced data object.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsToolboxUser.ItemPicked(IDataObject)

Sends notification that an item in the Toolbox is selected through a click, or by pressing ENTER.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsUIElementPane.CloseUIElementPane()

Closes the pane.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsUIElementPane.CreateUIElementPane(Object)

Creates the pane.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsUIElementPane.GetDefaultUIElementSize(SIZE[])

When implemented in a derived class, gets the default size of the pane. (Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsUIElementPane.LoadUIElementState(IStream)

When implemented in a derived class, loads custom state storage.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsUIElementPane.SaveUIElementState(IStream)

Stores the state of the pane to the specified stream.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsUIElementPane.SetUIElementSite(IServiceProvider)

Sets the site for this window pane.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsUIElementPane.TranslateUIElementAccelerator(MSG[])

Handles keyboard accelerators before the shell processes the message.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowFrameNotify.OnDockableChange(Int32)

Notifies the Package that a window's docked state is being altered.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowFrameNotify.OnMove()

Notifies the Package that a window is being moved.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowFrameNotify.OnShow(Int32)

Notifies the Package of a change in the window's display state.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowFrameNotify.OnSize()

Notifies the Package that a window is being resized.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowPane.ClosePane()

Obsolete.Closes the window pane. Obsolete.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowPane.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr)

Obsolete.Creates a window pane. Obsolete.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowPane.GetDefaultSize(SIZE[])

Obsolete.Gets the default size of the window pane. Obsolete.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowPane.LoadViewState(IStream)

Obsolete.Loads the saved view state. Obsolete.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowPane.SaveViewState(IStream)

Obsolete.Saves the loaded view state. Obsolete.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowPane.SetSite(IServiceProvider)

Obsolete.Initializes this window pane with the specified service provider. Obsolete.(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsWindowPane.TranslateAccelerator(MSG[])

Obsolete.Handles the translation of navigation keys. Obsolete(Inherited from WindowPane.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIServiceProvider.GetService(Type)

Gets the service of the specified type.(Inherited from WindowPane.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: