Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / Editor Property

In This Topic
    Editor Property (C1EditorRibbon)
    In This Topic
    Gets or sets the C1Editor control.
    Syntax
    'Declaration
     
    Public Property Editor As C1Editor
    public C1Editor Editor {get; set;}
    Remarks
    Set this property to a value to link a descendant of C1EditorToolStripBase type with the C1Editor control.
    See Also