Class EFLWindowInfo
Definition
- Namespace:
- Tizen.Applications.ComponentBased.Default
- Assembly:
- Tizen.Applications.ComponentBased.Default.dll
Window information class for ComponentBasedApplication
public class EFLWindowInfo : IWindowInfo, IDisposable
- Inheritance
-
objectEFLWindowInfo
- Implements
-
System.IDisposable
Constructors
View SourceEFLWindowInfo(Window)
Initializes the EFLWindow class.
Declaration
public EFLWindowInfo(Window win)
Parameters
Type | Name | Description |
---|---|---|
Window | win | The window object of component. |
Properties
View SourceResourceId
Gets the resource ID of window
Declaration
public int ResourceId { get; }
Property Value
Type | Description |
---|---|
int | The native handle of window |
Methods
View SourceDispose()
Dispose the window resources
Declaration
public void Dispose()
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
Implements
System.IDisposable