@msdn=http://msdn.microsoft.com/en-us/library/dd371573(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm 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: UI_Invalidations@msdn on MSDN
Edit Enums.UI_Invalida...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.