Oke nach 2 tägigem Monolog in diesem Thread habe ich es nun engültig:
Delphi-Quellcode:
function TFrmMain.GetFormBorderIcons: TdxRibbonBorderIcons;
begin
Result:= inherited GetFormBorderIcons - [rbiDisplayOptions];
end;
procedure TFrmMain.FormShow(Sender: TObject);
begin
DisableAero := true;
RibbonNavigation.SupportNonClientDrawing := true;
GetFormBorderIcons;
end;
Die erste Funktion ist zum entfernen des "Ribbon Display Options Buttons".