|
|
|
|
|
SftPrintPreview.SelectedColor Property |
Defines the color used to outline the currently selected page.
Syntax
|
VB.NET |
Clr = object.SelectedColor As System.Drawing.Color |
||
|
VB |
Clr = object.SelectedColor As OLE_COLOR |
||
|
C#.NET |
System.Drawing.Color Clr = object.SelectedColor; |
||
|
VC++ |
OLE_COLOR Clr = object->SelectedColor;
|
||
|
C |
HRESULT object->get_SelectedColor(OLE_COLOR* Clr); |
||
|
Delphi |
Clr := object.SelectedColor : TColor; |
||
|
VB.NET |
object.SelectedColor = Clr As System.Drawing.Color |
||
|
VB |
object.SelectedColor = Clr As OLE_COLOR |
||
|
C#.NET |
System.Drawing.Color object.SelectedColor = Clr; |
||
|
VC++ |
OLE_COLOR object->SelectedColor = Clr;
|
||
|
C |
HRESULT object->put_SelectedColor(OLE_COLOR Clr); |
||
|
Delphi |
object.SelectedColor := Clr : TColor; |
||
object
A SftPrintPreview object.
Clr
Defines the color used to outline the currently selected page. For information about color properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".
Comments
The SelectedColor property defines the color used to outline the currently selected page.