ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / Tile Class
Properties Methods Events


In This Topic
    Tile Class Members
    In This Topic

    The following tables list the members exposed by Tile.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a Tile.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the default action description of the tile for use by accessibility client applications.  
    Public PropertyGets or sets the description of the tile used by accessibility client applications.  
    Public PropertyGets or sets the name of the tile used by accessibility client applications.  
    Public PropertyGets or sets the accessible role of the tile.  
    Public PropertyGets or sets the background color for the tile.  
    Public PropertyGets or sets the first additional background color for the tile.  
    Public PropertyGets or sets the second additional background color for the tile.  
    Public PropertyGets or sets the third additional background color for the tile.  
    Public PropertyGets or sets the fourth additional background color for the tile.  
    Public PropertyGets or sets the fifth additional background color for the tile.  
    Public PropertyGets or sets whether the tile is checked.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets a value indicating whether the tile is enabled.  
    Public PropertyGets or sets the foreground color for the tile.  
    Public PropertyGets or sets the first additional foreground color for the tile.  
    Public PropertyGets or sets the second additional foreground color for the tile.  
    Public PropertyGets or sets the third additional foreground color for the tile.  
    Public PropertyGets or sets the fourth additional foreground color for the tile.  
    Public PropertyGets or sets the fifth additional foreground color for the tile.  
    Public PropertyGets or sets the owner group of the Tile.  
    Public PropertyGets the height of the tile, in pixels.  
    Public PropertyGets or sets the width of the tile, in cells.  
    Public PropertyGets or sets an image displayed on the tile.  
    Public PropertyGets or sets the first additional image that can be displayed on the tile.  
    Public PropertyGets or sets the second additional image that can be displayed on the tile.  
    Public PropertyGets or sets the third additional image that can be displayed on the tile.  
    Public PropertyGets or sets the fourth additional image that can be displayed on the tile.  
    Public PropertyGets or sets the fifth additional image that can be displayed on the tile.  
    Public PropertyGets or sets the index of an image in the C1TileControl.ImageList.  
    Public PropertyGets or sets the image key in the C1TileControl.ImageList.  
    Public PropertyGets or sets the index of tile in owner group's Tiles collection.  
    Public PropertyGets or sets an integer value that can be used by template elements.  
    Public PropertyGets or sets the first additional integer value that can be used by template elements.  
    Public PropertyGets or sets the second additional integer value that can be used by template elements.  
    Public PropertyGets or sets the third additional integer value that can be used by template elements.  
    Public PropertyGets or sets the fourth additional integer value that can be used by template elements.  
    Public PropertyGets or sets the fifth additional integer value that can be used by template elements.  
    Public PropertyGets a value indicating whether the Tile has been disposed.  
    Public PropertyGets or sets the ordinal number of the tile's left cell.  
    Public PropertyGets or sets the unique name for this Tile.  
    Public PropertyGets or sets whether the tile can show slides.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the index of slide that is being displayed on tile, or -1 if the tile in not in slide-show mode.  
    Public PropertyGets or sets a symbol associated with the tile.  
    Public PropertyGets or sets an object that contains additional data about the Tile.  
    Public PropertyGets or sets the tile template.  
    Public PropertyGets or sets the text on the tile.  
    Public PropertyGets or sets the first additional text string for the tile.  
    Public PropertyGets or sets the second additional text string for the tile.  
    Public PropertyGets or sets the third additional text string for the tile.  
    Public PropertyGets or sets the fourth additional text string for the tile.  
    Public PropertyGets or sets the fifth additional text string for the tile.  
    Public PropertyGets or sets the sixth additional text string for the tile.  
    Public PropertyGets or sets the seventh additional text string for the tile.  
    Public PropertyGets or sets the eighth additional text string for the tile.  
    Public PropertyGets or sets the ninth additional text string for the tile.  
    Public PropertyGets the owner C1TileControl.  
    Public PropertyGets or sets the tooltip text for the tile.  
    Public PropertyGets or sets the ordinal number of the tile's top cell.  
    Public PropertyGets or sets the height of the tile, in cells.  
    Public PropertyGets or sets whether the tile is visible.  
    Public PropertyGets the width of the tile, in pixels.  
    Public PropertyGets the X-coordinate of the tile relative to the owner group, in pixels.  
    Public PropertyGets the Y-coordinate of the tile relative to the owner group, in pixels.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Clean up any resources being used.  
    Public MethodReturns the background color of the tile.  
    Public MethodReturns the foreground color of the tile.  
    Public MethodReturns an image from either C1TileControl.ImageList or the Image property of this Tile.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodInvalidates the tile, causes the C1TileControl to redraw.  
    Public MethodGenerates a Click event for the tile.  
    Public MethodResets the value of the BackColor property.  
    Public MethodResets the value of the BackColor1 property.  
    Public MethodResets the value of the BackColor2 property.  
    Public MethodResets the value of the BackColor3 property.  
    Public MethodResets the value of the BackColor4 property.  
    Public MethodResets the value of the BackColor5 property.  
    Public MethodResets the value of the ForeColor property.  
    Public MethodResets the value of the ForeColor1 property.  
    Public MethodResets the value of the ForeColor2 property.  
    Public MethodResets the value of the ForeColor3 property.  
    Public MethodResets the value of the ForeColor4 property.  
    Public MethodResets the value of the ForeColor5 property.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the CheckedChanged event.  
    Protected MethodRaises the Click event.  
    Protected MethodRaises the Paint event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the tile is checked or unchecked.  
    Public EventOccurs when the tile is clicked.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the tile is redrawing, after painting the tile's template.  
    Top
    See Also