Articles in this section
Category / Section

How to display or hide the ControlBox in the WinForms RibbonControlAdv?

1 min read

Show or hide the control box

The visibility of the Control Box in the RibbonForm can be changed by using the property, ControlBox. The following code example demonstrates the same.

C#

//To display the Control Box.
this.ControlBox = true;
//To hide the Control Box.
this.ControlBox = false;

VB

'To display the Control Box.
Me.ControlBox = True
'To hide the Control Box. 
Me.ControlBox = False

 

The following screenshot displays the Control Box:

Show the combobox in RibbonControlAdv

 

Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ControlBoxRibbonForm-493184533.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied