Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SaveXmlInputMapFileWhenChildHasFocus Method / SaveXmlInputMapFileWhenChildHasFocus(Stream) Method
The file stream.


In This Topic
SaveXmlInputMapFileWhenChildHasFocus(Stream) Method
In This Topic
Saves the XML input map file when the child has focus.
Syntax
'Declaration
 
Public Overloads Sub SaveXmlInputMapFileWhenChildHasFocus( _
   ByVal stream As Stream _
) 
 
'Usage
 
Dim instance As SpreadView
Dim stream As Stream
 
instance.SaveXmlInputMapFileWhenChildHasFocus(stream)

Parameters

stream
The file stream.
See Also