Class MenuItem

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

MenuItem is a class which is used to show a list of items in Menu.

C#
Copy
public class MenuItem : SelectButton, INotifyPropertyChanged, IDisposable
Inheritance
object
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Tizen.NUI.Components.SelectButton
MenuItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

MenuItem()

Creates a new instance of MenuItem.

Declaration
C#
Copy
public MenuItem()

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable