Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / Load Method / Load(Stream) Method
Stream from which to load the skin


In This Topic
Load(Stream) Method
In This Topic
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)

Parameters

stream
Stream from which to load the skin
See Also