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