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