Class PlatformRenderer
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Goui.Forms
Assembly: Goui.Forms.dll
Syntax
public class PlatformRenderer : Div, INotifyPropertyChanged, IDisposable
Constructors
| Improve this Doc View SourcePlatformRenderer(Platform)
Declaration
public PlatformRenderer(Platform platform)
Parameters
| Type | Name | Description |
|---|---|---|
| Platform | platform |
Properties
| Improve this Doc View SourcePlatform
Declaration
public Platform Platform { get; }
Property Value
| Type | Description |
|---|---|
| Platform |
WantsFullScreen
Declaration
public override bool WantsFullScreen { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
TriggerEventFromMessage(Message)
Declaration
protected override bool TriggerEventFromMessage(Message message)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | message |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable