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