Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SaveXmlInputMapFileWhenShapeHasFocus Method / SaveXmlInputMapFileWhenShapeHasFocus(Stream) Method
The file stream.


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

    Parameters

    stream
    The file stream.
    See Also