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, IDisposable
- Inheritance
- Implements
-
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 |
---|---|---|
DisposeTypes | type |
Overrides
Implements
System.IDisposable