Signature controls
Specifies the type of user input expected. Values are:
SIGViewStyleWriting! – Words in user input are converted to text
SIGViewStyleTyping! – User inputs data using the SIP
SIGViewStyleDrawing! – No attempt is made to convert user input into text
To select a view style for the control:
Select the value you want from the View Style drop-down list on the General page of the control’s Properties view.
The ViewStyle property takes an enumerated datatype. The following example sets the view style for the control to allow drawing only:
sig_mine.ViewStyle = SigViewStyleDrawing!
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |