Class EFLWindowInfo
Definition
- Assembly:
- Tizen.Applications.ComponentBased.Default.dll
- API Level:
- 6
Window information class for ComponentBasedApplication
public class EFLWindowInfo : IWindowInfo, IDisposable
- Inheritance
-
EFLWindowInfo
- Implements
Constructors
View SourceEFLWindowInfo(Window)
Initializes the EFLWindow class.
Declaration
public EFLWindowInfo(Window win)
Parameters
Type | Name | Description |
---|---|---|
Window | win | The window object of component. |
API Level: 6
Properties
View SourceResourceId
Gets the resource ID of window
Declaration
public int ResourceId { get; }
Property Value
Type | Description |
---|---|
Int32 | The native handle of window |
API Level: 6
Methods
View SourceDispose()
Dispose the window resources
Declaration
public void Dispose()
API Level: 6
View SourceDispose(Boolean)
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 |
---|---|---|
Boolean | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |