Represents collection of the controls which appear in the editor control client area. Controls include main menu, status bar, scroll bars, tool bars and rulers.
For a list of all members of this type, see EditorBars Members.
System.Object
Aspose.Editor.Desktop.EditorBars
[Visual Basic]
Public Class EditorBars
[C#]public class EditorBars
Remarks
Application can use any custom implementation of the controls, e.g. you can use your own custom scroll bar or menu. It is recommended that custom controls implement IAttachable interface thought it is not required.
Depending on where you assign your custom control EditorBars will dock it appropriately. Docking order is the following (top to bottom): menu bar, tool bars, ruler, editor surface, horizontal scroll bar, status bar. Vertical ruler is docked to the left and vertical scroll bar is docked to the right.
Requirements
Namespace: Aspose.Editor.Desktop
Assembly: Aspose.Editor.Desktop (in Aspose.Editor.Desktop.dll)
See Also
EditorBars Members | Aspose.Editor.Desktop Namespace | IAttachable | StandardControls