Signature controls
Specifies the style of the control, which can be one of the following:
SigPageStyleNone! (Default style)
SigPageStyleDottedLines!
SigPageStyleGridLines!
SigPageStyleLeftMargin!
SigPageStyleRuledLines!
SigPageStyleTopMargin!
SigPageStyleTopLeft Margin!
SigPageStyleYellowBackground!
To select a page style for the control:
Select the value you want from the Page Style drop-down list on the General page of the control’s Properties view.
The PageStyle property takes an enumerated datatype. The following example sets the page style for the control to a yellow background:
sig_mine.PageStyle = SIGPageStyleRuledLines!
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |