This member of WaveLinkScribblePad Object is supported on: CE
The ClearButton property stores and retrieves a pre-defined WaveLinkWidget object for the WaveLinkScribblePad object. The ClearButton property maintains the "clear drawing" functionality of the scribble pad object.
VB
WidgName = object.ClearButton
object.ClearButton = WidgName
VC++
HRESULT hr = object->get_ClearButton(WaveLinkWidget *WidgName);
HRESULT hr = object->put_ClearButton(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 clear button. Currently, changing other widget properties for the clear button will have no effect.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other