IVsUIShellArrangeWindows Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for computing window size changes.
public interface class IVsUIShellArrangeWindows
public interface class IVsUIShellArrangeWindows
__interface IVsUIShellArrangeWindows
[System.Runtime.InteropServices.Guid("54457DAD-5384-41B5-B6AA-EFFFDE468CDC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShellArrangeWindows
[<System.Runtime.InteropServices.Guid("54457DAD-5384-41B5-B6AA-EFFFDE468CDC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIShellArrangeWindows = interface
Public Interface IVsUIShellArrangeWindows
- Attributes
Methods
Arrange(VSArrangeWindowInfo[], Int32, SIZE) |
Applies a size change to the windows described in the |
ComputeWindowSizeChange(IntPtr, 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. |