C# Class CustomKeyboard.Activity1

Inheritance: Android.App.Activity
Afficher le fichier Open project: Vaikesh/CustomKeyboard

Méthodes publiques

Свойство Type Description
mKeyboard Keyboard
mKeyboardView CustomKeyboardView
mTargetView Android.Views.View

Méthodes publiques

Méthode Description
ShowKeyboardWithAnimation ( ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Method Details

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

ShowKeyboardWithAnimation() public méthode

public ShowKeyboardWithAnimation ( ) : void
Résultat void

Property Details

mKeyboard public_oe property

public Keyboard mKeyboard
Résultat Keyboard

mKeyboardView public_oe property

public CustomKeyboardView,CustomKeyboard mKeyboardView
Résultat CustomKeyboardView

mTargetView public_oe property

public View,Android.Views mTargetView
Résultat Android.Views.View