Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TextBoxStyle Enumeration


In This Topic
    TextBoxStyle Enumeration
    In This Topic
    Indicates what will be shown.
    Syntax
    'Declaration
     
    
    Public Enum TextBoxStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextBoxStyle
    public enum TextBoxStyle : System.Enum 
    Members
    MemberDescription
    BothShows both image and text.
    ImageOnlyOnly show image, cann't edit in this way.
    TextOnlyOnly show text, image area is blank.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.TextBoxStyle

    See Also