Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MINMAXINFO" in [All]

Constants

1: WM
.
WM_GETMINMAXINFO 0x24 The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size.
.

private const UInt32 WM_GETMINMAXINFO      = 0x0024;

.

   WM_GETMINMAXINFO = &H24

.

WM_GETMINMAXINFO      equ 024h

Structures

.
Summary
Used with the WM_GETMINMAXINFO message.
.

private struct MINMAXINFO

.

Private Structure MINMAXINFO

.
Documentation
[MINMAXINFO] on MSDN

Enums

.

        /// A window can override this value by processing the WM_GETMINMAXINFO message.

.

        /// A window can override this value by processing the WM_GETMINMAXINFO message.

.

        /// the WM_GETMINMAXINFO message.

.

        /// A window can override this value by processing the WM_GETMINMAXINFO message.

.

    ''' Minimum tracking width of a window in pixels. The user cannot drag the window frame to a size smaller than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message.

.

    ''' Minimum tracking height of a window in pixels. The user cannot drag the window frame to a size smaller than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message

.

    ''' Default maximum width of a window that has a caption and sizing borders in pixels. This metric refers to the entire desktop. The user cannot drag the window frame to a size larger than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message.

.

    ''' Default maximum height of a window that has a caption and sizing borders in pixels. This metric refers to the entire desktop. The user cannot drag the window frame to a size larger than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message.

.

    /// The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size.

.

    GETMINMAXINFO = 0x0024,

.

    '''The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position or its default minimum or maximum tracking size.

.

    WM_GETMINMAXINFO = &H24

.

    WmGetMinMaxInfo = &H24


 
Access PInvoke.net directly from VS: