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

HitTestThemeBackgroundCode (Enums)
 
.
Summary
TODO - a short description

C# Definition:

C# Signature:

public enum HitTestThemeBackgroundCode : ushort
{
    BackgroundSegment    = 0x0000,
    FixedBorder      = 0x0002,
    Caption          = 0x0004,
    LeftResizingBorder   = 0x0010,
    TopResizingBorder    = 0x0020,
    RightResizingBorder  = 0x0040,
    BottomResizingBorder = 0x0080,
    ResizingBorder       = 0x00F0,
    SizingTemplate       = 0x0100,
    SystemSizingMargins  = 0x0200
}

VB Definition:

Public Enum HitTestThemeBackgroundCode As UShort
    BackgroundSegment = &H0
    FixedBorder = &H2
    Caption = &H4
    LeftResizingBorder = &H10
    TopResizingBorder = &H20
    RightResizingBorder = &H40
    BottomResizingBorder = &H80
    ResizingBorder = &Hf0
    SizingTemplate = &H100
    SystemSizingMargins = &H200
End Enum

VB .NET Signature:

TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions