GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / EditorStyle Property
In This Topic
    EditorStyle Property
    In This Topic
    The kind of editor Control used when the user edits the text string in-place.
    Syntax
    [Category("Behavior")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The kind of Control used when editing")]
    public GoTextEditorStyle EditorStyle {get; set;}
    See Also