Compartilhar via


WidgetId (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.