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 Linestyle Indexes.
Example
See the example given for WoLinestyleOptionMenu Function.