Skip to content

Task(WF-1050621): Fixed the redundant keywords in WF controls documentation - #1793

Open
VinothRavichandran414 wants to merge 2 commits into
hotfix/hotfix-v34.2.2from
1050621-RibbonUGDocumentation
Open

VinothRavichandran414 wants to merge 2 commits into
hotfix/hotfix-v34.2.2from
1050621-RibbonUGDocumentation

Conversation

@VinothRavichandran414

Copy link
Copy Markdown
Collaborator

Description:
Updated Reduntant Keyword Fix for the RibbonControlAdv WF control.

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: 1050621-RibbonUGDocumentation

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: 1050621-RibbonUGDocumentation
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
MD File Encoding Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Comment thread WindowsForms/Ribbon/Getting-Started.md Outdated
* 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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrase the sentence to have only one primary control name.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now changed the sentence with only one Primary name of the Ribbon control

Comment thread WindowsForms/Ribbon/Getting-Started.md Outdated
![Customizing the Tab items](Getting_Started_Images/Getting-Started_img4.jpg)

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the primary control name repeated twice.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrase the sentence to have sinle primarycontrol name instead of two .

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now changed the sentence with only one Primary name of the Ribbon control

Comment thread WindowsForms/Ribbon/ToolTip-Support.md Outdated
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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the Title and add the correct one.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrase the sentence to have single control name.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now changed the sentence with only one Primary name of the Ribbon control

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: 1050621-RibbonUGDocumentation

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: 1050621-RibbonUGDocumentation
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
MD File Encoding Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants