Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
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!