C# 클래스 CustomKeyboard.Activity1

상속: Android.App.Activity
파일 보기 프로젝트 열기: Vaikesh/CustomKeyboard

공개 프로퍼티들

프로퍼티 타입 설명
mKeyboard Keyboard
mKeyboardView CustomKeyboardView
mTargetView Android.Views.View

공개 메소드들

메소드 설명
ShowKeyboardWithAnimation ( ) : void

보호된 메소드들

메소드 설명
OnCreate ( Bundle bundle ) : void

메소드 상세

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void

ShowKeyboardWithAnimation() 공개 메소드

public ShowKeyboardWithAnimation ( ) : void
리턴 void

프로퍼티 상세

mKeyboard 공개적으로 프로퍼티

public Keyboard mKeyboard
리턴 Keyboard

mKeyboardView 공개적으로 프로퍼티

public CustomKeyboardView,CustomKeyboard mKeyboardView
리턴 CustomKeyboardView

mTargetView 공개적으로 프로퍼티

public View,Android.Views mTargetView
리턴 Android.Views.View