The InputBox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InputBox |
Luo uuden InputBoxin.
|
Methods
Name | Description | |
---|---|---|
![]() | InitializeComponent |
InitializeComponent
|
![]() | OnGotFocus |
Antaa focuksen inputTextBoxille.
(Overrides FrameworkElement..::..OnGotFocus(RoutedEventArgs).) |
![]() | OnTypingStarted |
Lähettää TypingStarted-tapahtuman annetuilla argumenteilla.
|
![]() | OnWordTyped |
Lähettää WordTyped-tapahtuman annetuilla argumenteilla.
|
![]() | Reset |
Tyhjentää tekstikentän sisällön. Seuraava merkin lisäys laukaisee taas TypingStarted-tapahtuman.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | SendKeys |
Näppäimet, joilla teksti lähetetään.
|
Events
Name | Description | |
---|---|---|
![]() | TypingStarted |
Kirjoitus alkoi. Tapahtuu, kun ensimmäinen merkki kirjoitetaan pelin alkamisen jälkeen.
|
![]() | WordTyped |
Tekstikenttään kirjoitettu sana päätetään. Tapahtuman argumentit sisältää kirjoitetun sanan.
|