ComponentOne TileControl for WinForms
TextSelector Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : TextSelector Enumeration
Defines which property of a Tile object should be bound to the text of a template element.
Syntax
'Declaration
 
Public Enum TextSelector 
   Inherits System.Enum
public enum TextSelector : System.Enum 
Members
MemberDescription
DefaultBinds to the default text string of a Tile.
Text1Binds to the first additional text string of a Tile.
Text2Binds to the second additional text string of a Tile.
Text3Binds to the third additional text string of a Tile.
Text4Binds to the fourth additional text string of a Tile.
Text5Binds to the fifth additional text string of a Tile.
Text6Binds to the sixth additional text string of a Tile.
Text7Binds to the seventh additional text string of a Tile.
Text8Binds to the eighth additional text string of a Tile.
Text9Binds to the ninth additional text string of a Tile.
UnboundShows the fixed text string defined in the template.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Tile.TextSelector

See Also

Reference

C1.Win.C1Tile Namespace