Hi White,
We are sorry for the delay in getting back to you.
Here is the sample for XPTool bar.
<
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=ManiFrameBarManager365002270.zip>Here is how you can populate the menu, Add the items in the Customize dialog and Drag and Drop to the toolbar.
<
http://help.syncfusion.com/ug_84/User%20Interface/Windows%20Forms/Tools/default.htm?turl=Documents%2Faddingandfillingthexptoolbar.htm>Here is the code snippet for changing the TextEditor font name through font dialog.
If FontDialog1.ShowDialog(diagram1) = DialogResult.OK Then
diagram1.Controller.TextEditor.FamilyName = FontDialog1.Font.FontFamily.Name
End If
Please let me know if you have any concerns.
Regards,
Pandi Murugan A