Skip to main content

TileBarItem Members

An item, rendered as a tile in the TileBar control.

Constructors

Name Description
TileBarItem() Initializes a new instance of the TileBarItem class.

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 This property is not supported by the TileBarItem class.
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 appearance settings used to paint the current TileItem. Inherited from 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. 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 This property is not supported by the TileBarItem class.
Control Gets a tile control to which the current TileItem belongs. Inherited from TileItem.
CurrentFrame This member is not supported by the TileBarItem class.
CurrentFrameIndex This property is not supported by the TileBarItem class.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DropDownControl Gets or sets a control displayed as a dropdown when you click the item’s dropdown button.
DropDownOptions Provides options that specify view and behavior settings of dropdown controls associated with the current TileBarItem.
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 This property is not supported by the TileBarItem class.
Frames This member is not supported by the TileBarItem class.
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.
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.
ItemInfo Gets the info associated with this TileItem. Inherited from TileItem.
ItemSize Gets or sets the size of the current item.
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.
ShowDropDownButton Gets or sets whether the dropdown button is visible for the TileBarItem.
ShowItemShadow Gets or sets whether a shadow is displayed for the item.
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 This property is not supported by the TileBarItem class.
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.
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() This member is not supported by the TileBarItem class.
OnItemClick() Raises the TileItem.ItemClick event.
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.
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.
ShowDropDown() Shows a dropdown window for the TileBarItem.
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.
See Also