|
|
|
SftPictureObject.FrameColor Property |
Defines the border color of the color sample.
Syntax
VB.NET |
|||
VB |
Clr = object.FrameColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->FrameColor;
|
||
C |
HRESULT object->get_FrameColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.FrameColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->FrameColor = Clr;
|
||
C |
HRESULT object->put_FrameColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftPictureObject object.
Clr
Defines the border color of the color sample. Specify -1 to omit the border of the color sample. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The FrameColor property defines the border color of the color sample.
The SftPictureObject.Type property is set to sftTypeColorSample.
The SftPictureObject.Height and SftPictureObject.Width properties should be used to define the requested image size.
The SftPictureObject.SampleColor property can be used to define the sample color.