Class WindowProperties
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class WindowProperties : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
WindowProperties
- Implements
-
- Inherited Members
-
Constructors
WindowProperties(bool, params ConstructArgument[])
protected WindowProperties(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
bool
constructArguments
ConstructArgument[]
WindowProperties(IntPtr, bool)
protected WindowProperties(IntPtr ptr, bool ownedRef)
Parameters
ptr
IntPtr
ownedRef
bool
Fields
FullscreenPropertyDefinition
public static readonly Property<bool, WindowProperties> FullscreenPropertyDefinition
Field Value
- Property<bool, WindowProperties>
GeometryPropertyDefinition
public static readonly Property<Rectangle, WindowProperties> GeometryPropertyDefinition
Field Value
- Property<Rectangle, WindowProperties>
LocationbarVisiblePropertyDefinition
public static readonly Property<bool, WindowProperties> LocationbarVisiblePropertyDefinition
Field Value
- Property<bool, WindowProperties>
public static readonly Property<bool, WindowProperties> MenubarVisiblePropertyDefinition
Field Value
- Property<bool, WindowProperties>
ResizablePropertyDefinition
public static readonly Property<bool, WindowProperties> ResizablePropertyDefinition
Field Value
- Property<bool, WindowProperties>
public static readonly Property<bool, WindowProperties> ScrollbarsVisiblePropertyDefinition
Field Value
- Property<bool, WindowProperties>
StatusbarVisiblePropertyDefinition
public static readonly Property<bool, WindowProperties> StatusbarVisiblePropertyDefinition
Field Value
- Property<bool, WindowProperties>
public static readonly Property<bool, WindowProperties> ToolbarVisiblePropertyDefinition
Field Value
- Property<bool, WindowProperties>
Properties
Fullscreen
public bool Fullscreen { get; }
Property Value
- bool
Geometry
public Rectangle Geometry { get; }
Property Value
- Rectangle
LocationbarVisible
public bool LocationbarVisible { get; }
Property Value
- bool
public bool MenubarVisible { get; }
Property Value
- bool
Resizable
public bool Resizable { get; }
Property Value
- bool
public bool ScrollbarsVisible { get; }
Property Value
- bool
StatusbarVisible
public bool StatusbarVisible { get; }
Property Value
- bool
public bool ToolbarVisible { get; }
Property Value
- bool
Methods
GetFullscreen()
public bool GetFullscreen()
Returns
- bool
GetGType()
public static Type GetGType()
Returns
- Type
GetLocationbarVisible()
public bool GetLocationbarVisible()
Returns
- bool
public bool GetMenubarVisible()
Returns
- bool
GetResizable()
public bool GetResizable()
Returns
- bool
public bool GetScrollbarsVisible()
Returns
- bool
GetStatusbarVisible()
public bool GetStatusbarVisible()
Returns
- bool
public bool GetToolbarVisible()
Returns
- bool