CloudControlItem Members
Represents a tag cloud item.Constructors
| Name | Description |
|---|---|
| CloudControlItem() | Initializes a new instance of the CloudControlItem class with default settings. |
| CloudControlItem(String, Double, String, String) | Initializes a new instance of the CloudControlItem class with the specified settings. |
| CloudControlItem(String, Double, String) | Initializes a new instance of the CloudControlItem class with the specified settings. |
| CloudControlItem(String, Double) | Initializes a new instance of the CloudControlItem class with the specified text and value. |
Properties
| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DataItem | Gets the data item that is bound to the cloud control item. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Name | Gets or sets the item’s unique identifier name. |
| NavigateUrl | Gets or sets the item’s URL. |
| Text | Gets or sets the item’s description (text). |
| ToolTip | Gets or sets the current item’s tooltip text. |
| Value | Gets or sets the item’s value (weight). |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies public properties from the specified CollectionItem object to the current object. |
| 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. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the CloudControlItem object. |
See Also