Updates the form widget style attributes.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool updateFormWidgetStyleAttributes(
string sFormWidgetID,
string sStyleAttributes
)
Public Function updateFormWidgetStyleAttributes ( _
sFormWidgetID As String, _
sStyleAttributes As String _
) As Boolean
public:
bool^ updateFormWidgetStyleAttributes(
String^ sFormWidgetID,
String^ sStyleAttributes
)
Parameters
- sFormWidgetID
- Type: String
The s form widget identifier.
- sStyleAttributes
- Type: String
The s style attributes.
Return Value
true if XXXX,
false otherwise.