BCGControlBar Library for .NET
LocalVisualStyle Property




Gets or sets a value that specifies the local visual style.
Syntax
'Declaration
 
Public Property LocalVisualStyle As VisualStyle
'Usage
 
Dim instance As CaptionCommandButton
Dim value As VisualStyle
 
instance.LocalVisualStyle = value
 
value = instance.LocalVisualStyle
public VisualStyle LocalVisualStyle {get; set;}
public: __property VisualStyle get_LocalVisualStyle();
public: __property void set_LocalVisualStyle( 
   VisualStyle value
);
public:
property VisualStyle LocalVisualStyle {
   VisualStyle get();
   void set (    VisualStyle value);
}
Remarks
Local Visual style is applied to the caption command button it the value of the property UseGlobalVisualManager is false.
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

CaptionCommandButton Class
CaptionCommandButton Members

Send Feedback