Skip to main content
A newer version of this page is available. .

BaseTile Members

Provides base Tiles’ functionality.

Properties

Name Description
Appearances Provides access to appearance settings used to paint the current Tile in different visual states.
BackgroundImage Gets or sets a background image for the current Tile.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Checked Gets or sets whether the current Tile is checked.
Container Gets the IContainer that contains the Component. Inherited from Component.
CurrentFrame Gets the TileItemFrame currently displayed within the Tile.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Elements Provides access to the TileItemElements collection used to build the current Tile‘s content.
Enabled Gets or sets whether the current Tile is enabled.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ExcludeFromSearch Gets or sets whether this tile should be removed from the list of places where the Search Panel looks for the entered text.
Frames Provides access to the TileItemFrames collection used to build the current Tile‘s animation.
Group Gets or sets a group where the current Tile belongs.
IsActive Gets whether the current Tile is active.
IsDisposing Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsInitialized Indicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializing Returns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLocked Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
Manager Returns a DocumentManager to which the current Tile belongs.
Name Gets or sets the current Tile‘s name.
Padding Gets or sets the amount of space between the content of the current Tile and its border.
Properties Provides access to the current Tile‘s settings.
SearchTags Gets or sets the collection of string tags for this BaseTile. The Search Panel will check these tags for the desired text.
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag Gets or sets the current Tile‘s tag.
Visible Gets or sets whether the current Tile is visible.

Methods

Name Description
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) 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.
LayoutChanged() Updates the element. Inherited from BaseComponent.
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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetContent(TileItemFrame, Boolean) Forces the current Tile to display a specific TileItemFrame.
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 Occurs when the current Tile‘s check state has been changed.
Click Occurs when an end-user clicks the current Tile.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
Press Occurs immediately after the BaseTile was pressed.
See Also