Compartir a través de


InkEdit.SelInksDisplayMode Property

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

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Property SelInksDisplayMode As InkDisplayMode
'Usage
Dim instance As InkEdit
Dim value As InkDisplayMode

value = instance.SelInksDisplayMode

instance.SelInksDisplayMode = value
public InkDisplayMode SelInksDisplayMode { get; set; }
public:
property InkDisplayMode SelInksDisplayMode {
    InkDisplayMode get ();
    void set (InkDisplayMode value);
}
/** @property */
public InkDisplayMode get_SelInksDisplayMode ()

/** @property */
public void set_SelInksDisplayMode (InkDisplayMode value)
public function get SelInksDisplayMode () : InkDisplayMode

public function set SelInksDisplayMode (value : InkDisplayMode)
Not applicable.

Property Value

Whether the selected ink appears as ink or text.

Value

Meaning

Text

The ink is recognized and appears as text.

Ink

The appearance of the ink remains 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(System.Int32,System.Int32)Select(System.Int32,System.Int32) method.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkEdit Class
InkEdit Members
Microsoft.Ink Namespace
InkDisplayMode