Spread Windows Forms 9.0 Product Documentation
VisualStyles Property (FpSpread)
Example 


Gets or sets whether to use visual styles when rendering objects in the component.
Syntax
'Declaration
 
Public Property VisualStyles As VisualStyles
'Usage
 
Dim instance As FpSpread
Dim value As VisualStyles
 
instance.VisualStyles = value
 
value = instance.VisualStyles
public VisualStyles VisualStyles {get; set;}

Property Value

VisualStyles setting that determines the visual appearance
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.
fpSpread1.VisualStyles = FarPoint.Win.VisualStyles.On;
FpSpread1.VisualStyles = FarPoint.Win.VisualStyles.On
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Using XP Themes

 

 


Copyright © GrapeCity, inc. All rights reserved.