CustomProperty Methods |
The CustomProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Create a clone of the custom property.
(Overrides BindableItemClone.) | |
| Equals | (Inherited from BindableItem.) | |
| Force |
Force the value.
(Inherited from BindableItem.) | |
| SetValueT |
Sets the value of the item.
(Inherited from BindableItem.) | |
| ToString |
Name of the custom property.
(Overrides BindableItemToString.) | |
| UnForce |
Unforce the value.
(Inherited from BindableItem.) | |
| UnforcedValueAsT |
Cast the UnforcedValue to a specific type if necessary.
(Inherited from BindableItem.) | |
| UnforcedValueIsT |
Test whether the UnforcedValue is of the given type.
(Inherited from BindableItem.) | |
| ValueAsT |
Cast the value to a specific type if necessary.
(Inherited from BindableItem.) | |
| ValueIsT |
Test whether the Value is of the given type.
(Inherited from BindableItem.) |
| Name | Description | |
|---|---|---|
| IsBound |
True if the specified serverItem and bindableItem are bound by some expression.
(Defined by CTScript.) | |
| RemoveBindings |
Remove existing bindings and server items for bindable item.
(Defined by CTScript.) |