@msdn=http://msdn.microsoft.com/en-us/library/dd371576(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: Specifies values that identify the ownership conditions under which an image is created by the Windows Ribbon (Ribbon) framework !!!!C# Definition: [Serializable] public enum UI_Ownership { Transfer = 0, // IUIImage now owns HBITMAP. Copy = 1, // IUIImage creates a copy of HBITMAP. Caller still owns HBITMAP. } !!!!Notes: None. Documentation: UI_Ownership@msdn on MSDN
Edit Enums.UI_Ownership
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.