Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PenInputPanelVisibleChangedEventArgs.PenInputPanelVisibleChangedEventArgs Constructor |
Initializes a new instance of the PenInputPanelVisibleChangedEventArgs class.
Definition
Visual Basic .NET Public Sub PenInputPanelVisibleChangedEventArgs( _
ByVal newVisibility As Boolean _
)C# public PenInputPanelVisibleChangedEventArgs(
bool newVisibility
);Managed C++ public: PenInputPanelVisibleChangedEventArgs(
bool *newVisibility
);
Parameters
newVisibility System.Boolean. Set to true if the PenInputPanel object has become visible; otherwise false.
See Also