Method AddAcceptedStringValues
- Namespace
- VectorDraw.Professional.ActionUtility
- Assembly
- VectorDraw.Professional.dll
AddAcceptedStringValues(string[])
Adds string values to the accepted string values of the currently active user action.
public void AddAcceptedStringValues(string[] userStrings)
Parameters
userStringsstring[]A string array of string values to be added to the accepted sting values of the action.
Remarks
Each item in the string array must have the following syndax for example for the word Close:
"Close;C;Cl", this means that Cl,C,Close are accepted values and the value of the action will return the string "Close".