IVsUIShellArrangeWindows Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Arrange(array<VSArrangeWindowInfo>^, Int32, SIZE) | Applies a size change to the windows described in the infos array. The size parameter is commonly returned from ComputeWindowSizeChange. |
![]() | ComputeWindowSizeChange(IntPtr, array<WINDOWPOS>^) | Computes the difference between a window's current size and the new size described in newPos. This function is typically called when WM_WINDOWPOSCHANGING is received, in preparation for calling CArrangeWindowHelper::Arrange. |
Show:
