Moves the form widget input index down.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool moveFormWidgetInputIndexDown(
string sFormWidgetID,
string sFormWidgetInputID
)
Public Function moveFormWidgetInputIndexDown ( _
sFormWidgetID As String, _
sFormWidgetInputID As String _
) As Boolean
public:
bool^ moveFormWidgetInputIndexDown(
String^ sFormWidgetID,
String^ sFormWidgetInputID
)
Parameters
- sFormWidgetID
- Type: String
The s form widget identifier.
- sFormWidgetInputID
- Type: String
The s form widget input identifier.
Return Value
true if XXXX,
false otherwise.