Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.ToolbarColor Property

Defines the tool bar background color used.

Syntax

Get

VB.NETClr = object.ToolbarColor As System.Drawing.Color
VBClr = object.ToolbarColor As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.ToolbarColor;
VC++OLE_COLOR Clr = object->ToolbarColor;
OLE_COLOR Clr = object->GetToolbarColor();
CHRESULT object->get_ToolbarColor(OLE_COLOR* Clr);

Put

VB.NETobject.ToolbarColor = Clr As System.Drawing.Color
VBobject.ToolbarColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.ToolbarColor = Clr;
VC++OLE_COLOR object->ToolbarColor = Clr;
void object->PutToolbarColor(OLE_COLOR Clr);
CHRESULT object->put_ToolbarColor(OLE_COLOR Clr);

object

A SftPrintPreview object.

Clr

Defines the tool bar background color used. If -1 is specified, the default background color for dialogs, defined using Control Panel, is used. For information about color properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".

Comments

The ToolbarColor property defines the tool bar background color used.

This property has no effect if Windows themes are used.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.