Task(WF-1050621): Fixed the redundant keywords in WF controls documentation - #1793
VinothRavichandran414 wants to merge 2 commits into
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| * Syncfusion.Tools.Windows | ||
|
|
||
| 2. New ‘RibbonControlAdv’ can be added to the forms using the `Controls.Add` method. Create a new Ribbon control and initialize the ribbon and then add it to the Controls using below code. | ||
| 2. New ‘WinForms Ribbon Control’ can be added to the forms using the `Controls.Add` method. Create a new WinForms Ribbon Control and initialize the ribbon and then add it to the Controls using below code. |
There was a problem hiding this comment.
Rephrase the sentence to have only one primary control name.
There was a problem hiding this comment.
now changed the sentence with only one Primary name of the Ribbon control
|  | ||
|
|
||
| A new TabItem can be added to the RibbonControlAdv programmatically using the `AddMainItem` method. Create a ToolStripTabItem and then add it to the RibbonControlAdv using the below method. | ||
| A new TabItem can be added to the WinForms Ribbon Control programmatically using the `AddMainItem` method. Create a ToolStripTabItem and then add it to the WinForms Ribbon Control using the below method. |
There was a problem hiding this comment.
Check the primary control name repeated twice.
There was a problem hiding this comment.
now changed the sentence with only one Primary name of the Ribbon control
| # Localization Support in WinForms Ribbon Control | ||
|
|
||
| RibbonControlAdv now supports adaptation of its controls and its details to meet different languages and cultural requirements. This involves configuring the ribbon to a specific language. | ||
| WinForms Ribbon Control now supports adaptation of its controls and its details to meet different languages and cultural requirements. This involves configuring the WinForms Ribbon Control to a specific language. |
There was a problem hiding this comment.
Rephrase the sentence to have sinle primarycontrol name instead of two .
There was a problem hiding this comment.
now changed the sentence with only one Primary name of the Ribbon control
| ToolTip is a small popup box that appears when the user moves the pointer over an element. | ||
|
|
||
| ## Adding ToolTip for Ribbon controls | ||
| ## Adding ToolTip for WinForms Ribbon Controls |
There was a problem hiding this comment.
Check the Title and add the correct one.
There was a problem hiding this comment.
now add the correct title
| # Serialization Support in WinForms Ribbon Control | ||
|
|
||
| The RibbonControlAdv has built-in serialization support to serialize the entire Ribbon control state and the details of the layout mode. It also provides support to save and load the Ribbon at any time while the application is running, either with the simplified or normal layout. | ||
| The WinForms Ribbon Control has built-in serialization support to serialize the entire WinForms Ribbon Control state and the details of the layout mode. It also provides support to save and load the Ribbon at any time while the application is running, either with the simplified or normal layout. |
There was a problem hiding this comment.
Rephrase the sentence to have single control name.
There was a problem hiding this comment.
now changed the sentence with only one Primary name of the Ribbon control
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Description:
Updated Reduntant Keyword Fix for the RibbonControlAdv WF control.