Sets the style for the pads.

syntaxSyntax:
FWizPadStyle.SetStyle(name)
FWizPadStyle.SetStyle(handle)
FWizPadStyle.SetStyle(styleIndex)

Parameters

Parameter Description
name A string containing the name of the public style.
handle A string containing the handle of the public style.
styleIndex Index of the pad style from which to copy the style. There are 16 styles available with indexes from 0 to 15.

Return Value

If the operation ends correctly, it returns true otherwise it returns false.

Remarks

The style handle is a 27-character alphanumeric string and appears in the box at the bottom of the Style Manager dialog box.

Example

  Copy codeCopy code

See also