IStylusAsyncPlugin.SystemGesture - метод
Обновлен: Ноябрь 2007
Notifies the implementing plug-in when a system gesture is received.
Пространство имен: Microsoft.StylusInput
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Sub SystemGesture ( _
sender As RealTimeStylus, _
data As SystemGestureData _
)
'Применение
Dim instance As IStylusAsyncPlugin
Dim sender As RealTimeStylus
Dim data As SystemGestureData
instance.SystemGesture(sender, data)
void SystemGesture(
RealTimeStylus sender,
SystemGestureData data
)
void SystemGesture(
RealTimeStylus^ sender,
SystemGestureData^ data
)
void SystemGesture(
RealTimeStylus sender,
SystemGestureData data
)
function SystemGesture(
sender : RealTimeStylus,
data : SystemGestureData
)
Параметры
- sender
Тип: Microsoft.StylusInput.RealTimeStylus
The RealTimeStylus object that sent the notification.
- data
Тип: Microsoft.StylusInput.PluginData.SystemGestureData
Information about the system gesture.
Примеры
This C# example implements the SystemGesture method. The example notifies the developer when a system gesture occurs.
public void SystemGesture(RealTimeStylus sender, SystemGestureData data)
{
Debug.Assert(false, "SystemGesture", "Received the "
+ data.Id.ToString() + " system gesture.");
}
This Microsoft Visual Basic .NET example implements the SystemGesture method. The example notifies the developer when a system gesture occurs.
Public Sub SystemGesture(ByVal sender As RealTimeStylus, ByVal data As SystemGestureData) _
Implements IStylusAsyncPlugin.SystemGesture
Debug.Assert(False, "SystemGesture", "Received the " & _
data.Id.ToString() & " system gesture.")
End Sub 'SystemGesture
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0