Determines if the ribbon is merged into the parent window.
Usage
Set_Property(OLECtrlEntID, "OLE.FrameThemeEnabled", Boolean)
Values
[True | False]
Default: True
Remarks
The FrameThemeEnabled property determines how the parent form's frame is rendered. When enabled, which is the default, the ribbon is merged into the parent form's frame and is drawn to match the ribbon's theme. When disabled, the frame is rendered normally and the ribbon appears inside the frame rather than merged into it.
Example
// Render the frame normally and don't merge the ribbon Set_Property(Ctrl, "OLE.FrameThemeEnabled", 0)