Tile Members
In This Article
#Constructors
Name | Description |
---|---|
Tile() | Initializes a new instance of the Tile class with the default settings. |
Tile |
Initializes a new instance of the Tile class with custom settings and links it to the specific Document. |
Tile |
Initializes a new instance of the Tile class with custom settings. |
Tile |
Initializes a new instance of the Tile class with the specified container. |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Activation |
Gets or sets a content container displayed on the current Tile activation. |
Appearances |
Provides access to appearance settings used to paint the current Tile in different visual states.
Inherited from Base |
Background |
Gets or sets a background image for the current Tile.
Inherited from Base |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Checked |
Gets or sets whether the current Tile is checked.
Inherited from Base |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Current |
Gets the Tile |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Document | Gets or sets a Document related to the current Tile. |
Elements |
Provides access to the Tile |
Enabled |
Gets or sets whether the current Tile is enabled.
Inherited from Base |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Exclude |
Gets or sets whether this tile should be removed from the list of places where the Search Panel looks for the entered text.
Inherited from Base |
Frames |
Provides access to the Tile |
Group |
Gets or sets a group where the current Tile belongs.
Inherited from Base |
Is |
Gets whether the current Tile is active.
Inherited from Base |
Is |
Gets whether the Base |
Is |
Indicates whether or not the Base |
Is |
Returns whether or not the Base |
Is |
Returns whether or not this Base |
Manager |
Returns a Document |
Name |
Gets or sets the current Tile‘s name.
Inherited from Base |
Padding |
Gets or sets the amount of space between the content of the current Tile and its border.
Inherited from Base |
Properties |
Provides access to the current Tile‘s settings.
Inherited from Base |
Search |
Gets or sets the collection of string tags for this Base |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag |
Gets or sets the current Tile‘s tag.
Inherited from Base |
Visible |
Gets or sets whether the current Tile is visible.
Inherited from Base |
#Methods
Name | Description |
---|---|
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Layout |
Updates the element.
Inherited from Base |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Forces the current Tile to display a specific Tile |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Checked |
Occurs when the current Tile‘s check state has been changed.
Inherited from Base |
Click |
Occurs when an end-user clicks the current Tile.
Inherited from Base |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Press |
Occurs immediately after the Base |
See Also