OkButton Property

This member of WaveLinkScribblePad Object is supported on: CE

The OkButton property stores and retrieves a pre-defined WaveLinkWidget object for the WaveLinkScribblePad object. The OkButton property maintains the confirmation functionality of the scribble pad object.

VB

WidgName = object.OkButton

object.OkButton = WidgName

VC++

HRESULT hr = object->get_OkButton(WaveLinkWidget *WidgName);

HRESULT hr = object->put_OkButton(WaveLinkWidget WidgName);

Return Values

WidgName

The variable that returns the name of the WaveLinkWidget object

Parameters

WidgName

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 widget properties for the Ok button will have no effect.

Example

' VB Sample Code
Dim myScrib As New WaveLinkScribblePad
Dim myOkButton As WaveLinkWidget
.
.
.
myOkButton = myScrib.OkButton
myOkButton.DisplayText = "Finish"

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal