'Declaration Protected Overridable Sub SaveStyleSheet( _ ByVal sw As StreamWriter, _ ByVal startCollapsed As Boolean _ )
protected virtual void SaveStyleSheet( StreamWriter sw, bool startCollapsed )
Parameters
- sw
- System.IO.StreamWriter that will contain the style sheet.
- startCollapsed
- Whether the style sheet should be initially configured in the collapsed state.