Represents a parameter of an element on a hosted page.

The following tables list the members exposed by the IPageElementParameter type.

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