Using or hiding the Ribbon FileButton

I'm new to FNC Ribbon control.

Is there any example how to use the TMSFNCRibbonPageControlFileButton 
or how to hide it and the place is used by the PageControl?

Hi, 


You can access these controls as any other control and change the properties. Below is code to show how it's done programmatically



TMSFNCRibbon1PageControlFileButton.Visible := False;
TMSFNCRibbon1PageControl.TabSize.Margins.Left := 3;