Represents a parameter of an element on a hosted page.
Top
Top
The following tables list the members exposed by the IPageElementParameter type.
| Name | Description | |
|---|---|---|
|
BindingType | Gets/sets the parameter's binding type. |
|
DataPointAttribute | Gets/sets the parameter's Point Binding DataPointAttribute. |
|
Default | Gets the parameter's initial value. |
|
IsEventHandler | Indicates if the parameter's value is used a script event handler. |
|
IsReadOnly | Indicates if the parameter is read-only to the user. |
|
IsValueBound | Indicates if the parameter's value is currently bound using a Simple or Point binding expression. |
|
Label | Gets/sets the identifying text of the parameter in the hosting application's editor (while in Design Mode). |
|
ParameterName | Gets the unique name of the parameter. |
|
Value | Gets/sets the value of the parameter. |
|
ValueSupportsTableData | Indicates if the parameter's value can support structured tabular data (via the IDataTable interface). |
|
ValueSupportsVQT | Indicates if the parameter's value can support structured Value-Quality-Timestamp data (via the IVqt interface). |
|
ValueSupportsVectorData | Indicates if the parameter's value can support structured vector data (via the IDataTable interface). |
| Name | Description | |
|---|---|---|
|
CreateBindingToValue | Creates a new Binding object that represents a binding to the Value property of this parameter. Use this to create a binding from this parameter to a property of another dependency object. |
|
CreateValueBindingToSource | Create a new Binding object that represents a binding from a given source and path to the value property of this Parameter. |
|
GetBindingExpression | Gets the binding expression for the specified binding type. |
|
SetBindingExpression | Sets the binding expression for the specified binding type. |
|
SetBindingType | Sets the current binding type. |
|
SetDataPointAttribute | Sets the DataPointAttribute for the Point binding expression. |
|
SetInformationString | Sets the informational icon and tooltip that are displayed when this control is selected in hosting application's editor (while in Design Mode). |
|
SetValueWithConversion | Assign a value to this property, using the property's converter if necessary to arrive at the correct type. |
