GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextEditorStyle Enumeration
In This Topic
    GoTextEditorStyle Enumeration
    In This Topic
    Supported ways of editing text.
    Syntax
    public enum GoTextEditorStyle : System.Enum 
    Members
    MemberDescription
    ComboBox Use a ComboBox Control, to present predefined choices.
    NumericUpDown Use a NumericUpDown Control for editing integers.
    TextBox Use a TextBox Control.
    See Also