Class PushButton

Definition

Namespace:
Tizen.NUI.UIComponents
Assembly:
Tizen.NUI.dll

The PushButton changes its appearance when it is pressed, and returns to its original when it is released.

C#
Copy
public class PushButton : Button, INotifyPropertyChanged, IDisposable
Inheritance
object
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
PushButton
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

PushButton()

Creates the PushButton.

Declaration
C#
Copy
public PushButton()

Methods

View Source

Dispose(DisposeTypes)

To dispose the PushButton instance.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
Overrides

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable