Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsManager Class / EditorConfig Property


In This Topic
    EditorConfig Property
    In This Topic
    Gets the config object for the visual editor.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the config object of the visual editor.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property EditorConfig As NCommandBarsEditorConfig
    'Usage
     
    
    Dim instance As NCommandBarsManager
    Dim value As NCommandBarsEditorConfig
     
    value = instance.EditorConfig
    [System.ComponentModel.Description("Gets the config object of the visual editor.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NCommandBarsEditorConfig EditorConfig {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also