TabContainerDashboardItem Members
In This Article
#Constructors
Name | Description |
---|---|
Tab |
Initializes a new instance of the Tab |
#Properties
Name | Description |
---|---|
Component |
Gets or sets the component name of the dashboard item.
Inherited from Dashboard |
Custom |
Gets custom properties available for the current dashboard item.
Inherited from Dashboard |
Dashboard |
Gets a dashboard that owns this dashboard item.
Inherited from Dashboard |
Group |
Gets or sets a parent group for the current dashboard item.
Inherited from Dashboard |
Is |
Gets a value indicating whether a dashboard item has been disposed of.
Inherited from Dashboard |
Name |
Gets or sets the name of the dashboard item, displayed in its caption.
Inherited from Dashboard |
Parent |
Gets the container that stores the current item. Always null. |
Show |
Gets or sets whether the dashboard item’s caption is displayed.
Inherited from Dashboard |
Tab |
Provides access to the collection of tab pages stored in the tab container. |
#Methods
Name | Description |
---|---|
Begin |
For internal use.
Inherited from Dashboard |
Create |
Creates a copy of this dashboard item.
Inherited from Dashboard |
Create |
Creates a new tab page and adds it to the Tab |
Dispose() |
Releases resources associated with a Dashboard |
End |
For internal use.
Inherited from Dashboard |
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 |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Disposed |
Occurs after a dashboard item has been disposed of.
Inherited from Dashboard |
See Also