Class NUIFrameComponent
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
The class for showing UI module
C#Copypublic class NUIFrameComponent : FrameComponent
- Inheritance
Properties
Declaration
C#Copypublic Window Window { get; set; }
Property Value
Type | Description |
---|---|
Window |
Methods
View Source
CreateWindowInfo()
Overrides this method to create window. It will be called before OnCreate method.
Declaration
C#Copypublic override IWindowInfo CreateWindowInfo()
Returns
Type | Description |
---|---|
IWindowInfo | Window object to use |
Overrides
Declaration
C#Copypublic override bool OnCreate()
Returns
Type | Description |
---|---|
Boolean | True if a service component is successfully created |
Overrides
View Source
OnDestroy()
Overrides this method if want to handle behavior when the component is destroyed.
Declaration
C#Copypublic override void OnDestroy()
Overrides
View Source
OnPause()
Overrides this method if you want to handle the behavior when the component is paused.
Declaration
C#Copypublic override void OnPause()
Overrides
View Source
OnResume()
Overrides this method if you want to handle the behavior when the component is resumed.
Declaration
C#Copypublic override void OnResume()
Overrides
View Source
OnStart(AppControl, Boolean)
Overrides this method if want to handle behavior when the component receives the appcontrol message.
Declaration
C#Copypublic override void OnStart(AppControl appControl, bool restarted)
Parameters
Type | Name | Description |
---|---|---|
AppControl | appControl | appcontrol object |
Boolean | restarted | True if it was restarted |
Overrides
View Source
OnStop()
Overrides this method if you want to handle the behavior when the component is stopped.
Declaration
C#Copypublic override void OnStop()