WidgetId (Windows CE 5.0)
This enumeration provides values that identify buttons used in the nonclient area of a window.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Nclientview.hpp.
See Also
Send Feedback on this topic to the authors