Поделиться через


Tablet.ToString - метод

Обновлен: Ноябрь 2007

Returns a string that represents the current Tablet object.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Overrides Function ToString As String
'Применение
Dim instance As Tablet
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public String ToString()
public override function ToString() : String

Возвращаемое значение

Тип: System.String
Returns a string that represents the current Tablet object.

Заметки

ms570105.alert_note(ru-ru,VS.90).gifПримечание.

This function can be re-entered if called within certain message handlers, causing unexpected results. Take care to avoid a reentrant call when handling any of the following messages: WM_ACTIVATE, WM_ACTIVATEAPP, WM_NCACTIVATE, WM_PAINT; WM_SYSCOMMAND if wParam is set to SC_HOTKEY or SC_TASKLIST; and WM_SYSKEYDOWN (when processing Alt-Tab or Alt-Esc key combinations). This is an issue with single-threaded apartment model applications.

Примеры

This C# example displays the string representation of the current Tablet object, theTablet, in a TextBox control, theTextBox.

theTextBox.Text = theTablet.ToString();

This Microsoft® Visual Basic® .NET example displays the string representation of the current Tablet object, theTablet, in a TextBox control, theTextBox.

theTextBox.Text = theTablet.ToString()

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Tablet Класс

Tablet - члены

Microsoft.Ink - пространство имен