TileViewItem Members
A tile within a TileView.Constructors
| Name | Description |
|---|---|
| TileViewItem() | Initializes a new instance of the TileViewItem class with the default settings. |
Properties
| Name | Description |
|---|---|
| AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. Inherited from TileItem. |
| AccessibleName | Gets or sets the object’s name used by accessibility client applications. Inherited from TileItem. |
| AccessibleRole | Gets or sets the object’s accessible role. Inherited from TileItem. |
| AllowAnimation | Gets or sets whether the Tile Animation is enabled for this TileItem. Inherited from TileItem. |
| AllowGlyphSkinning | Gets or sets whether glyphs for this TileItem should be painted using the item’s foreground color. Inherited from TileItem. |
| AllowHtmlText | Gets or sets if HTML text formatting is enabled for the current TileItem. Inherited from TileItem. |
| AllowSelectAnimation | Gets or sets whether a “press” animation effect on a click is allowed for the TileItem. Inherited from TileItem. |
| Appearance | Provides access to appearance settings applied to the tile item when it is in a normal state. This property is obsolete. Use the TileItem.AppearanceItem property instead. Inherited from TileItem. |
| AppearanceHover | Provides access to appearance settings applied to the tile item when it is hovered over. This property is obsolete. Use the TileItem.AppearanceItem property instead. Inherited from TileItem. |
| AppearanceItem | Provides access to this TileViewItem‘s appearance settings. |
| AppearanceSelected | Provides access to appearance settings applied to the tile item when it is selected. This property is obsolete. Use the TileItem.AppearanceItem property instead. Inherited from TileItem. |
| BackgroundImage | Gets or sets the current TileItem‘s background image. Inherited from TileItem. |
| BackgroundImageAlignment | Gets or sets the current TileItem‘s background image position. Inherited from TileItem. |
| BackgroundImageScaleMode | Gets or sets the appearance TileItem‘s background image. Inherited from TileItem. |
| BorderVisibility | Gets or sets whether the current TileItem‘s border is visible. Inherited from TileItem. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Checked | Gets or sets if the current TileItem is checked. Inherited from TileItem. |
| Command |
Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
Inherited from TileItem. |
| CommandParameter |
Gets or sets the parameter that is passed to the command specified by the Command property.
Inherited from TileItem. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| ContentAnimation | Gets or sets the animation effect used to display all TileItemFrames within the current TileItem. Inherited from TileItem. |
| Control | Gets a tile control to which the current TileItem belongs. Inherited from TileItem. |
| CurrentFrame | Gets a TileItemFrame that is currently displayed within a TileItem. Inherited from TileItem. |
| CurrentFrameIndex | Gets or sets the currently displayed TileItemFrame‘s index. Inherited from TileItem. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Elements | Provides access to a collection of TileItemElements used by the current TileItem. Inherited from TileItem. |
| Enabled | Gets or sets whether the item is enabled. Inherited from TileItem. |
| EnableItemDoubleClickEvent | Gets or sets whether the TileItem.ItemDoubleClick event for this TileItem is raised. Inherited from TileItem. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| FrameAnimationInterval | Gets or sets a period of time that elapses before one TileItemFrame is changed to another. Inherited from TileItem. |
| Frames | Gets a collection of frames used by the current TileItem. Inherited from TileItem. |
| Group | Gets a TileGroup that owns the current TileItem. Inherited from TileItem. |
| Id | Get or sets the current TileItem‘s ID. Inherited from TileItem. |
| Image | Gets or sets the current tile item’s icon. Inherited from TileItem. |
| ImageAlignment | Gets or sets the current TileItem‘s icon position. Inherited from TileItem. |
| ImageIndex | Gets or sets the index of the image within the TileControl.Images collection that should serve as the TileItem‘s glyph. Inherited from TileItem. |
| ImageInfo | Gets or sets the object that stores image loading info for this TileViewItem. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this TileItem. Inherited from TileItem. |
| Images | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItem. |
| ImageScaleMode | Gets or sets the way a TileItem‘s glyph is stretched within the item. Inherited from TileItem. |
| ImageToTextAlignment |
Gets or sets a tile item’s TileItem.Text‘ position relative to the item’s icon. This property is obsolete. Use the TileItemElement.ImageToTextAlignment instead. Inherited from TileItem. |
| ImageToTextIndent | Gets or sets the distance between the tile item’s glyph and text when grouped. This property is now obsolete. Use the TileItemElement.ImageToTextIndent property instead. Inherited from TileItem. |
| IsLarge | Obsolete. Obsolete. Please use the TileItem.ItemSize property instead. Inherited from TileItem. |
| Item[String] | Returns an element bound to the specified field in the data source. |
| ItemInfo | Gets the info associated with this TileItem. Inherited from TileItem. |
| ItemSize | This property is not supported by the TileViewItem class. |
| Name | Gets or sets the current TileItem‘s name. Inherited from TileItem. |
| OptionsTableLayout | Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. Inherited from TileItem. |
| Padding | Gets or sets the padding for the current TileItem. Inherited from TileItem. |
| RowCount | Gets or sets the number of rows that occupy the current large or wide TileItem. Inherited from TileItem. |
| RowHandle | Returns the row handle for this TileViewItem. |
| Site | Gets or sets the site associated with the current TileItem. Inherited from TileItem. |
| SuperTip | Gets or sets a SuperToolTip for the current tile item. Inherited from TileItem. |
| Tag | Gets or sets the data associated with a TileItem object. Inherited from TileItem. |
| Text | Gets or sets the first text block’s content within the current TileItem. Inherited from TileItem. |
| Text2 |
Gets or sets the second text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. Inherited from TileItem. |
| Text2Alignment |
Gets or sets the second text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. Inherited from TileItem. |
| Text3 |
Gets or sets the third text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. Inherited from TileItem. |
| Text3Alignment |
Gets or sets the third text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. Inherited from TileItem. |
| Text4 |
Gets or sets the fourth text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. Inherited from TileItem. |
| Text4Alignment |
Gets or sets the fourth text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. Inherited from TileItem. |
| TextAlignment |
Gets or sets the first text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. Inherited from TileItem. |
| TextShowMode | Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed. Inherited from TileItem. |
| View | Gets a TileView that owns this TileViewItem. |
| Visible | Gets or sets whether the item is visible. Inherited from TileItem. |
Methods
| Name | Description |
|---|---|
| BindCommand(Expression<Action>, Object, Func<Object>) | Uses the command selector to find an appropriate parameterized command in the source and bind it to this TileItem. Inherited from TileItem. |
| BindCommand(Object, Func<Object>) | Binds the specific parameterized command to this TileItem. Inherited from TileItem. |
| BindCommand<T>(Expression<Action<T>>, Object, Func<T>) | Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this TileItem. Inherited from TileItem. |
| CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
| Dispose() | Releases all resources used by the Component. Inherited from Component. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetElementByName(String) | Retrieves an element from the TileItem.Elements collection that has the specified TileViewItemElement.Name. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
| NextFrame() | Slides from the currently displayed TileItemFrame to the next frame in the TileItem.Frames collection. Inherited from TileItem. |
| OnItemClick() | Called each time this TileItem is clicked. Inherited from TileItem. |
| OnItemPreDoubleClick() | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItem. |
| OnItemPress() | Called automatically each time an end-user presses this TileItem. Inherited from TileItem. |
| OnRightItemClick() | Called automatically each time an end-user right clicks this TileItem. Inherited from TileItem. |
| PerformItemClick() | Raises the TileItem.ItemClick event. Inherited from TileItem. |
| PerformRightItemClick() | Raises the TileItem.RightItemClick event. Inherited from TileItem. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ResetBackgroundImageCache() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ResetSuperTip() | Removes the SuperToolTip object assigned to the current tile item. Inherited from TileItem. |
| SetContent(TileItemFrame, Boolean) | Forces the current tile item to display a specific TileItemFrame. Inherited from TileItem. |
| StartAnimation() | Starts the frame animation for this TileItem from its first frame. Inherited from TileItem. |
| StartContentAnimation() | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItem. |
| StopAnimation() | Stops the Tile Frame Animation for the current TileItem. Inherited from TileItem. |
| ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Events
| Name | Description |
|---|---|
| CheckedChanged | Fires after the current TileItem‘s check state was changed. Inherited from TileItem. |
| CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. Inherited from TileItem. |
| CommandChanged | Occurs after the value of the Command property has changed. Inherited from TileItem. |
| CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. Inherited from TileItem. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| ItemClick | Fires when a user clicks the current tile. Inherited from TileItem. |
| ItemDoubleClick | Occurs when an end-user double-clicks the current TileItem. Inherited from TileItem. |
| ItemPress | Fires when a user presses the current tile. Inherited from TileItem. |
| RightItemClick | Fires after the current TileItem was clicked with the right mouse button. Inherited from TileItem. |