Spread Windows Forms 12.0 Product Documentation
VisualStyles Property (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : VisualStyles Property
Gets or sets whether to use visual styles when rendering objects in the control.
Syntax
'Declaration
 
Public Property VisualStyles As VisualStyles
'Usage
 
Dim instance As SpreadView
Dim value As VisualStyles
 
instance.VisualStyles = value
 
value = instance.VisualStyles
public VisualStyles VisualStyles {get; set;}

Property Value

VisualStyles setting that determines the visual appearance of the display of the component
Remarks
This property is used on controls that Spread renders, such as a button in a button type cell (ButtonCellType). For controls that are rendered by something other than Spread, such as the scroll bars, which are children controls rendered by Visual Studio (not by Spread), you must set up a manifest for your application to have them render with XP themes.
Example
This example sets the VisualStyles property.
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.VisualStyles = FarPoint.Win.VisualStyles.On;
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook
sv.VisualStyles = FarPoint.Win.VisualStyles.On
See Also

Reference

SpreadView Class
SpreadView Members

User-Task Documentation

Using XP Themes