Configure an TOCX Widget
USAGE
pathName configure ?option? ?value option value ...?
DESCRIPTION
Query or modify the configuration options of the widget. If no option
is specified, this command returns a list describing all of the
available options for the widget whose name is given by pathName
(see Tk_ConfigureInfo for information on the format of this
list). If option is specified with no value, this
command returns a list describing the specified option (this list
will be identical to the corresponding sub-list of the value
returned if no option is specified). If one or more option-value
pairs are specified, this command modifies the given widget
option(s) to have the given value(s); in this case the command
returns an empty string.
EXAMPLE
tocx .smi .smi SMILE.SmileCtrl.1 .smi configure -width 100
This command creates a new window .smi containing the ActiveX Smile Control and sets the width of the Smile Control to 100.