BCGControlBar Library for .NET
FillAsRegularControlBar Field




Specifies how the background of the control bar should be filled. In ControlBar.Net it is defined if the background should be filled with the gradient color or not and if the images should be redrawn on it.
Syntax
'Declaration
 
Public FillAsRegularControlBar As Boolean
'Usage
 
Dim instance As ControlVisualDef
Dim value As Boolean
 
value = instance.FillAsRegularControlBar
 
instance.FillAsRegularControlBar = value
public bool FillAsRegularControlBar
public: bool FillAsRegularControlBar
public:
bool FillAsRegularControlBar
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

ControlVisualDef Class
ControlVisualDef Members

Send Feedback