This member of Class WaveLinkScribblePad is supported on: Palm, CE
The OkButton Property stores and retrieves a pre-defined WaveLinkWidget object for the WaveLinkScribblePad object. The OkButton Property maintains the drawing confirmation functionality of the WaveLinkScribblePad object.
Syntax
public WaveLinkWidget OkButton()
public void OkButton(waveLinkWidget newOkButton)
Returns
The WaveLinkWidget object
Parameters
newOkButton |
The name of the WaveLinkWidget object |
Remarks
Use the DisplayText Property of the WaveLinkWidget object to change the display text that appears on the OK button. Currently, changing other properties for the OK button has no effect.
Example
WaveLinkScribblePad scribIface = new WaveLinkScribblePad();
WaveLinkWidget widgetIface;
.
.
.
widgetIface = scribIface.getOkButton();
widgetIface.setDisplayText("Finish");
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other