WidgetId (Windows Embedded CE 6.0)
1/6/2010
This enumeration provides values that identify buttons used in the nonclient area of a window.
Syntax
enum WidgetId{
widInvalid = -1,
widClose,
widMaxRestore,
widMin,
widOk,
widHelp
};
Elements
- widInvalid
Invalid identifier.
- widClose
Close (X) button.
- widMaxRestore
Maximize or Restore button.
- widMin
Minimize button.
- widOk
OK button.
- widHelp
Help button.
Requirements
Header | nclientview.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |