OnFullScreenEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for the on full screen event.
public ref class OnFullScreenEventArgs sealed : EventArgs
public sealed class OnFullScreenEventArgs : EventArgs
type OnFullScreenEventArgs = class
inherit EventArgs
Public NotInheritable Class OnFullScreenEventArgs
Inherits EventArgs
- Inheritance
-
OnFullScreenEventArgs
Constructors
OnFullScreenEventArgs() |
Initializes a new instance of the OnFullScreenEventArgs class. |
Properties
FullScreen |
Gets a Boolean value that specifies if the control is in full screen. |