Show / Hide Table of Contents

Struct MaximizedEventArgs

Defines the event data for the window maximizing event.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
public readonly struct MaximizedEventArgs

Constructors

MaximizedEventArgs(bool)

Initializes a new instance of the MaximizedEventArgs struct.

Declaration
public MaximizedEventArgs(bool isMaximized)
Parameters
Type Name Description
bool isMaximized

A value indicating whether the window is maximized.

Properties

IsMaximized

Gets a value indicating whether the window is maximized.

Declaration
public bool IsMaximized { get; }
Property Value
Type Description
bool
In This Article
Back to top Generated by DocFX