SelInksDisplayMode Property
SelInksDisplayMode Property |
Gets or sets a value that allows for toggling the appearance of the selection between ink and text.
Declaration
[C++]
[propput] HRESULT put_SelInksDisplayMode ([in] InkDisplayMode
SelInksDisplayMode);
[propget] HRESULT get_SelInksDisplayMode ([out] InkDisplayMode*
SelInksDisplayMode);
[Microsoft® Visual Basic® 6.0]
Public Property Get SelInksDisplayMode() As InkDisplayMode
Public Property Let SelInksDisplayMode(ByVal theInkDisplayMode As InkDisplayMode)
Property Value
InkDisplayMode A value from the InkDisplayMode enumeration, which specifies whether the selection appears as ink or text.
Name | Description |
Ink | The selection appears as ink. |
Text | The selection appears as text. |
This property is read/write.
Remarks
This property is run time only.