Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

UI_Invalidations (Enums)
 
.
Summary
Specifies values that identify the aspect of a Command to invalidate

C# Definition:

    [Serializable, Flags]
    public enum UI_Invalidations
    {
    State = 0X00000001,         // UI_PKEY_Enabled
    Value = 0X00000002,         // Value property
    Property = 0X00000004,      // Any property
    AllProperties = 0X00000008,     // All properties
    }

Notes:

None.

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions