PenInputPanelVisibleChangedEventArgs.NewVisibility Property
Gets a value that indicates whether the PenInputPanel object has become visible.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public ReadOnly Property NewVisibility As Boolean
'Usage
Dim instance As PenInputPanelVisibleChangedEventArgs
Dim value As Boolean
value = instance.NewVisibility
public bool NewVisibility { get; }
public:
property bool NewVisibility {
bool get ();
}
public function get NewVisibility () : boolean
Property Value
Type: System.Boolean
true if the pen input panel has become visible. false if the pen input panel is no longer visible.
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
PenInputPanelVisibleChangedEventArgs Class