BCGControlBar Library for .NET
SetOffice2007Style Method




The Office2007 style to set.
Sets the specified Office2007 style. You can set such styles as LunaBlue, ObsidianBlack, Aqua or Silver.
Syntax
'Declaration
 
Public Sub SetOffice2007Style( _
   ByVal style As Office2007Style _
) 
'Usage
 
Dim instance As VisualManager
Dim style As Office2007Style
 
instance.SetOffice2007Style(style)
public void SetOffice2007Style( 
   Office2007Style style
)
public: void SetOffice2007Style( 
   Office2007Style style
) 
public:
void SetOffice2007Style( 
   Office2007Style style
) 

Parameters

style
The Office2007 style to set.
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

VisualManager Class
VisualManager Members

Send Feedback