InkEdit.Text property
Gets or sets the current text in the InkEdit control.
This property is read/write.
Syntax
HRESULT put_Text(
[in] BSTR pbstrText
);
HRESULT get_Text(
[out, retval] BSTR *pbstrText
);
Property value
TBD
Remarks
Setting the Text property replaces the entire contents of a control with the new string.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: