@msdn=http://msdn.microsoft.com/en-us/library/dd371556(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: Specifies values that identify the type of Command associated with a Ribbon control !!!!C# Definition: // Types of UI commands [Serializable] public enum UI_CommandType { Unknown = 0, Group = 1, Action = 2, Anchor = 3, Context = 4, Collection = 5, Commandcollection = 6, Decimal = 7, Boolean = 8, Font = 9, RecentItems = 10, ColorAnchor = 11, ColorCollection = 12, } !!!!Notes: None. Documentation: UI_CommandType@msdn on MSDN
Edit Enums.UI_CommandType
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.