Share via


WidgetId

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

NonClientView_t::WidgetRect

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.