FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..updateFormWidgetStyleAttributes Method

Updates the form widget style attributes.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


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.