C# Class UIKit.UIBorderedButton

Inheritance: iOSHelpers.SimpleButton
Afficher le fichier Open project: Clancey/iOSHelpers

Méthodes publiques

Méthode Description
ObserveValue ( Foundation keyPath, Foundation ofObject, Foundation change, IntPtr context ) : void
SizeToFit ( ) : void
TintColorDidChange ( ) : void
TouchesBegan ( Foundation touches, UIEvent evt ) : void
TouchesCancelled ( Foundation touches, UIEvent evt ) : void
TouchesEnded ( Foundation touches, UIEvent evt ) : void
UIBorderedButton ( ) : System
UIBorderedButton ( IntPtr handle ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SetColor ( ) : void
init ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ObserveValue() public méthode

public ObserveValue ( Foundation keyPath, Foundation ofObject, Foundation change, IntPtr context ) : void
keyPath Foundation
ofObject Foundation
change Foundation
context System.IntPtr
Résultat void

SizeToFit() public méthode

public SizeToFit ( ) : void
Résultat void

TintColorDidChange() public méthode

public TintColorDidChange ( ) : void
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void

TouchesCancelled() public méthode

public TouchesCancelled ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void

UIBorderedButton() public méthode

public UIBorderedButton ( ) : System
Résultat System

UIBorderedButton() public méthode

public UIBorderedButton ( IntPtr handle ) : System
handle IntPtr
Résultat System