IInkEdit::put_SelInks method (inked.h)
Gets or sets the array of embedded InkDisp objects (if displayed as ink) in the current selection.
This property is read/write.
Syntax
HRESULT put_SelInks(
VARIANT SelInk
);
Parameters
SelInk
Return value
None
Remarks
Ink must be recognized before being accessed through this property. If it is not recognized first, the SelInks property always contains zero InkDisp objects. You must either call the Recognize method (if the RecognitionTimeout property equals 0) or wait until the ink is automatically recognized (when the value of the RecognitionTimeout property is greater than 0) to access ink through this property.
The InkEdit control ignores any InkDrawingAttributes on ink set through the SelInks property. Instead, the InkEdit control applies alternate drawing attributes according to the attributes of nearby text.
This property is run time only.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | inked.h |
Library | InkEd.dll |