InkEdit.SelInksDisplayMode Property

InkEdit.SelInksDisplayMode Property

Gets or sets a value that indicates whether the selected ink appears as ink or text.

Definition

Visual Basic .NET Public Property SelInksDisplayMode As InkDisplayMode
C# public InkDisplayMode SelInksDisplayMode { get; set; }
Managed C++ public: __property InkDisplayMode* get_SelInksDisplayMode();
public: __property void set_SelInksDisplayMode(InkDisplayMode*);

Property Value

Microsoft.Ink.InkDisplayMode. Whether the selected ink appears as ink or text.

This property is read/write. This property has no default value.

Text1 Specifies the selection appears as text.
Ink0 Specifies the selection appears as ink.

Remarks

The SelInksDisplayMode property allows you to toggle the appearance of the selected Ink objects between ink and text.

This property is available at run time only.

To select the ink, use the Select (Int32, Int32) Leave Site method.

See Also