[]
Loads the XML input map file when the child has the focus.
public void LoadXmlInputMapFileWhenChildHasFocus(string fileName)
Public Sub LoadXmlInputMapFileWhenChildHasFocus(fileName As String)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
Loads the XML input map file when the child has the focus.
public void LoadXmlInputMapFileWhenChildHasFocus(Stream stream)
Public Sub LoadXmlInputMapFileWhenChildHasFocus(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | Stream of the file. |