Title Property

This member of Class WaveLinkScribblePad is supported on: Palm, CE

The Title Property stores and retrieves a pre-defined WaveLinkWidget object for the WaveLinkScribblePad object. The Title Property maintains the title bar display characteristics of the WaveLinkScribblePad object.

Syntax

public WaveLinkWidget Title()
public void Title(WaveLinkWidget newTitle)

Returns

The WaveLinkWidget object

Parameters

newTitle

The name of the WaveLinkWidget object

Remarks

Use the DisplayText Property of the WaveLinkWidget object to change the display text that appears on the title bar. Currently, changing other widget properties for the title bar has no effect.

Example

WaveLinkScribblePad scribIface = new WaveLinkScribblePad();

WaveLinkWidget widgetIface;

.

.

.

widgetIface = scribIface.getTitle();

widgetIface.setDisplayText("Customer Signature");

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal