UI_Ownership (Enums)
Last changed: anonymous

.
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