Share via


PenInputPanelVisibleChangedEventArgs.NewVisibility Property

PenInputPanelVisibleChangedEventArgs.NewVisibility Property

Gets a value that indicates whether the PenInputPanel object has become visible.

Definition

Visual Basic .NET Public ReadOnly Property NewVisibility As Boolean
C# public bool NewVisibility { get; }
Managed C++ public: __property bool* get_NewVisibility();

Property Value

System.Boolean. Whether the PenInputPanel object has become visible.

This property is read-only. This property has no default value.

true The pen input panel has become visible.
false The pen input panel is no longer visible.

See Also