Tile View Methods
The Tile View supports the following scripting methods.
See Accessing Screen Objects for more information about how to view control objects in script in the Canvas application.
| Method | Description |
|---|---|
|
AddFacility |
The AddFacility method dynamically adds a facility to the control runtime. |
|
Equals |
The Equals method determines whether the specified object is equal to the current object. |
|
GetHashCode |
The GetHashCode method returns a hash code for the current object. |
|
GetType |
The GetType method returns the runtime type of the current instance. |
|
Refresh |
The Refresh method resets the cache and gets all data for the control from the associated service. |
|
ToString |
The ToString method returns a string that represents the current object. |
|
UpdateDetailsControls |
The UpdateDetailsControls method updates the tiled Details controls displayed on the Tile View control. |
|
UpdateMainScreenFacility |
The UpdateMainScreenFacility method updates the facility used for the main screen. The main screen is the Canvas screen that will be displayed when you maximize the tile and display a screen at the top of the Tile View when in run mode. |
