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.
public class PushButton : Button, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.
NUI. Binding. Bindable Object Tizen.NUI. Binding. Element PushButton
- Implements
-
System.
Component Model. INotify Property Changed System.IDisposable
Constructors
View SourcePushButton()
Creates the PushButton.
Declaration
public PushButton()
Methods
View SourceDispose(DisposeTypes)
To dispose the PushButton instance.
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
Dispose |
type |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable