Back to Devexpress

Tile Members

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tile-dot-underscore-members.md

latest19.8 KB
Original Source

Tile Members

A Tile within a WindowsUIView.

Constructors

NameDescription
Tile()Initializes a new instance of the Tile class with the default settings.
Tile(IBaseTileProperties, Document)Initializes a new instance of the Tile class with custom settings and links it to the specific Document.
Tile(IBaseTileProperties)Initializes a new instance of the Tile class with custom settings.
Tile(IContainer)Initializes a new instance of the Tile class with the specified container.

Properties

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
ActivationTargetGets or sets a content container displayed on the current Tile activation.
AppearancesProvides access to appearance settings used to paint the current Tile in different visual states. Inherited from BaseTile.
BackgroundImageGets or sets a background image for the current Tile. Inherited from BaseTile.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CheckedGets or sets whether the current Tile is checked. Inherited from BaseTile.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CurrentFrameGets the TileItemFrame currently displayed within the Tile. Inherited from BaseTile.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DocumentGets or sets a Document related to the current Tile.
ElementsProvides access to the TileItemElements collection used to build the current Tile‘s content. Inherited from BaseTile.
EnabledGets or sets whether the current Tile is enabled. Inherited from BaseTile.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExcludeFromSearchGets or sets whether this tile should be removed from the list of places where the Search Panel looks for the entered text. Inherited from BaseTile.
FramesProvides access to the TileItemFrames collection used to build the current Tile‘s animation. Inherited from BaseTile.
GroupGets or sets a group where the current Tile belongs. Inherited from BaseTile.
IsActiveGets whether the current Tile is active. Inherited from BaseTile.
IsDisposingGets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsInitializedIndicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializingReturns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
ManagerReturns a DocumentManager to which the current Tile belongs. Inherited from BaseTile.
NameGets or sets the current Tile‘s name. Inherited from BaseTile.
PaddingGets or sets the amount of space between the content of the current Tile and its border. Inherited from BaseTile.
PropertiesProvides access to the current Tile‘s settings. Inherited from BaseTile.
SearchTagsGets or sets the collection of string tags for this BaseTile. The Search Panel will check these tags for the desired text. Inherited from BaseTile.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagGets or sets the current Tile‘s tag. Inherited from BaseTile.
VisibleGets or sets whether the current Tile is visible. Inherited from BaseTile.

Methods

NameDescription
BeginUpdate()Locks the BaseComponent, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. Inherited from BaseComponent.
CancelUpdate()Unlocks the BaseComponent object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseComponent.
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.
EndUpdate()Unlocks the BaseComponent object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseComponent.
Equals(Object, Object) staticDetermines 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) protectedReturns 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.
LayoutChanged()Updates the element. Inherited from BaseComponent.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetContent(TileItemFrame, Boolean)Forces the current Tile to display a specific TileItemFrame. Inherited from BaseTile.
ToString()Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.

Events

NameDescription
CheckedChangedOccurs when the current Tile‘s check state has been changed. Inherited from BaseTile.
ClickOccurs when an end-user clicks the current Tile. Inherited from BaseTile.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
PressOccurs immediately after the BaseTile was pressed. Inherited from BaseTile.

See Also

Tile Class

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace