PV-WAVE Foundation > Reference Guide > Procedure and Function Reference: W > WoLinestyleOptionMenuSetValue Procedure
WoLinestyleOptionMenuSetValue Procedure
Sets the option menu to a specified linestyle.
Usage
WoLineStyleOptionMenuSetValue, wid, linestyle
Input Parameters
wid — (long) Specifies the widget ID returned by WoLinestyleOptionMenu.
linestyle — (integer) Specifies the index value of the linestyle to set.
Keywords
None.
Discussion
The available linestyles and their index numbers are listed in Table 19-2: Linestyle Indexes.
Example
See the example given for WoLinestyleOptionMenu Function.
See Also