BCGControlBar Library for .NET
ChangeStyle Method




Syntax
'Declaration
 
Public Overridable Sub ChangeStyle( _
   ByVal ctrHandle As IntPtr, _
   ByVal style As Integer, _
   ByVal set As Boolean _
) 
'Usage
 
Dim instance As RibbonControl
Dim ctrHandle As IntPtr
Dim style As Integer
Dim set As Boolean
 
instance.ChangeStyle(ctrHandle, style, set)
public virtual void ChangeStyle( 
   IntPtr ctrHandle,
   int style,
   bool set
)
public: virtual void ChangeStyle( 
   IntPtr ctrHandle,
   int style,
   bool set
) 
public:
virtual void ChangeStyle( 
   IntPtr ctrHandle,
   int style,
   bool set
) 

Parameters

ctrHandle
style
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

RibbonControl Class
RibbonControl Members

Send Feedback