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


TextBoxStyle Enumeration
Indicates what will be shown.
Syntax
'Declaration
 
Public Enum TextBoxStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextBoxStyle
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