Method SetAcceptedStringValuesEx
- Namespace
- VectorDraw.Professional.ActionUtility
- Assembly
- VectorDraw.Professional.dll
SetAcceptedStringValuesEx(StringArray, object)
Sets string values to the accepted string values of the currently active user action.
public void SetAcceptedStringValuesEx(StringArray userStrings, object defaultValue)
Parameters
userStringsStringArrayA string array of string values to be added to the accepted sting values of the action.
defaultValueobjectThe default value that is going to be returned if the user presses Enter or Right Click.