PenInputPanelVisibleChangedEventArgs-Konstruktor
Initialisiert eine neue Instanz der PenInputPanelVisibleChangedEventArgs-Klasse.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub New ( _
newVisibility As Boolean _
)
'Usage
Dim newVisibility As Boolean
Dim instance As New PenInputPanelVisibleChangedEventArgs(newVisibility)
public PenInputPanelVisibleChangedEventArgs(
bool newVisibility
)
public:
PenInputPanelVisibleChangedEventArgs(
bool newVisibility
)
public PenInputPanelVisibleChangedEventArgs(
boolean newVisibility
)
public function PenInputPanelVisibleChangedEventArgs(
newVisibility : boolean
)
Parameter
- newVisibility
Typ: System.Boolean
Wird auf true festgelegt, wenn das PenInputPanel-Objekt sichtbar geworden ist; andernfalls auf false.
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0
Siehe auch
Referenz
PenInputPanelVisibleChangedEventArgs-Klasse