TileItem Members
Provides the functionality of tile items.Constructors
| Name | Description |
|---|---|
| TileItem() | Initializes a new instance of the TileItem class with the default settings. |
Properties
| Name | Description |
|---|---|
| AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. |
| AccessibleName | Gets or sets the object’s name used by accessibility client applications. |
| AccessibleRole | Gets or sets the object’s accessible role. |
| AllowAnimation | Gets or sets whether the Tile Animation is enabled for this TileItem. |
| AllowGlyphSkinning | Gets or sets whether glyphs for this TileItem should be painted using the item’s foreground color. |
| AllowHtmlText | Gets or sets if HTML text formatting is enabled for the current TileItem. |
| AllowSelectAnimation | Gets or sets whether a “press” animation effect on a click is allowed for the 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. |
| 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. |
| AppearanceItem | Provides access to appearance settings used to paint the current TileItem. |
| 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. |
| BackgroundImage | Gets or sets the current TileItem‘s background image. |
| BackgroundImageAlignment | Gets or sets the current TileItem‘s background image position. |
| BackgroundImageScaleMode | Gets or sets the appearance TileItem‘s background image. |
| BorderVisibility | Gets or sets whether the current TileItem‘s border is visible. |
| 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. |
| Command |
Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
|
| CommandParameter |
Gets or sets the parameter that is passed to the command specified by the Command property.
|
| 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. |
| Control | Gets a tile control to which the current TileItem belongs. |
| CurrentFrame | Gets a TileItemFrame that is currently displayed within a TileItem. |
| CurrentFrameIndex | Gets or sets the currently displayed TileItemFrame‘s index. |
| 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. |
| Enabled | Gets or sets whether the item is enabled. |
| EnableItemDoubleClickEvent | Gets or sets whether the TileItem.ItemDoubleClick event for this TileItem is raised. |
| 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. |
| Frames | Gets a collection of frames used by the current TileItem. |
| Group | Gets a TileGroup that owns the current TileItem. |
| Id | Get or sets the current TileItem‘s ID. |
| Image | Gets or sets the current tile item’s icon. |
| ImageAlignment | Gets or sets the current TileItem‘s icon position. |
| ImageIndex | Gets or sets the index of the image within the TileControl.Images collection that should serve as the TileItem‘s glyph. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this TileItem. |
| Images | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ImageScaleMode | Gets or sets the way a TileItem‘s glyph is stretched within the item. |
| 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. |
| 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. |
| IsLarge | Obsolete. Obsolete. Please use the TileItem.ItemSize property instead. |
| ItemInfo | Gets the info associated with this TileItem. |
| ItemSize | Gets or sets the size of the TileItem. |
| Name | Gets or sets the current TileItem‘s name. |
| OptionsTableLayout | Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. |
| Padding | Gets or sets the padding for the current TileItem. |
| RowCount | Gets or sets the number of rows that occupy the current large or wide TileItem. |
| Site | Gets or sets the site associated with the current TileItem. |
| SuperTip | Gets or sets a SuperToolTip for the current tile item. |
| Tag | Gets or sets the data associated with a TileItem object. |
| Text | Gets or sets the first text block’s content within the current 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. |
| Text2Alignment |
Gets or sets the second text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| Text3 |
Gets or sets the third text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. |
| Text3Alignment |
Gets or sets the third text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| Text4 |
Gets or sets the fourth text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. |
| Text4Alignment |
Gets or sets the fourth text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| TextAlignment |
Gets or sets the first text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| TextShowMode | Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed. |
| Visible | Gets or sets whether the item is visible. |
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. |
| BindCommand(Object, Func<Object>) | Binds the specific parameterized command to this 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. |
| 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. |
| 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. |
| OnItemClick() | Called each time this TileItem is clicked. |
| OnItemPreDoubleClick() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| OnItemPress() | Called automatically each time an end-user presses this TileItem. |
| OnRightItemClick() | Called automatically each time an end-user right clicks this TileItem. |
| PerformItemClick() | Raises the TileItem.ItemClick event. |
| PerformRightItemClick() | Raises the TileItem.RightItemClick event. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ResetSuperTip() | Removes the SuperToolTip object assigned to the current tile item. |
| SetContent(TileItemFrame, Boolean) | Forces the current tile item to display a specific TileItemFrame. |
| StartAnimation() | Starts the frame animation for this TileItem from its first frame. |
| StartContentAnimation() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| StopAnimation() | Stops the Tile Frame Animation for the current 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. |
| CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. |
| CommandChanged | Occurs after the value of the Command property has changed. |
| CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. |
| 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. |
| ItemDoubleClick | Occurs when an end-user double-clicks the current TileItem. |
| ItemPress | Fires when a user presses the current tile. |
| RightItemClick | Fires after the current TileItem was clicked with the right mouse button. |