Spread Windows Forms 12.0 Product Documentation
Load(Stream) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadSkin Class > Load Method : Load(Stream) Method
Stream from which to load the skin
Loads a Spread skin from a stream.
Syntax
'Declaration
 
Public Overloads Shared Function Load( _
   ByVal stream As Stream _
) As SpreadSkin
'Usage
 
Dim stream As Stream
Dim value As SpreadSkin
 
value = SpreadSkin.Load(stream)
public static SpreadSkin Load( 
   Stream stream
)

Parameters

stream
Stream from which to load the skin
See Also

Reference

SpreadSkin Class
SpreadSkin Members
Overload List