C# Class KEYBOARD_INFO, marblemadness

Show file Open project: MtvnGames/marblemadness Class Usage Examples

Public Properties

Property Type Description
alert bool
autoCorrect bool
hideInput bool
insert int
multiline bool
secure bool
type iPhoneKeyboardType

Property Details

alert public property

public bool alert
return bool

autoCorrect public property

public bool autoCorrect
return bool

hideInput public property

public bool hideInput
return bool

insert public property

public int insert
return int

multiline public property

public bool multiline
return bool

secure public property

public bool secure
return bool

type public property

public iPhoneKeyboardType type
return iPhoneKeyboardType