BCGControlBar Library for .NET
SetVisualStyle(VisualStyle,Boolean,Boolean) Method




Syntax
'Declaration
 
Public Overloads Overridable Sub SetVisualStyle( _
   ByVal style As VisualStyle, _
   ByVal adjustLayout As Boolean, _
   ByVal refresh As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim style As VisualStyle
Dim adjustLayout As Boolean
Dim refresh As Boolean
 
instance.SetVisualStyle(style, adjustLayout, refresh)
public virtual void SetVisualStyle( 
   VisualStyle style,
   bool adjustLayout,
   bool refresh
)
public: virtual void SetVisualStyle( 
   VisualStyle style,
   bool adjustLayout,
   bool refresh
) 
public:
virtual void SetVisualStyle( 
   VisualStyle style,
   bool adjustLayout,
   bool refresh
) 

Parameters

style
adjustLayout
refresh
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members
Overload List

Send Feedback