|
|
|
SftDirectory.SelectInnerFill1 Property |
Defines the starting color used to fill the selection outline for selected items.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectInnerFill1 As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectInnerFill1;
|
||
C |
HRESULT object->get_SelectInnerFill1(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectInnerFill1 = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectInnerFill1 = Clr;
|
||
C |
HRESULT object->put_SelectInnerFill1(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the starting color used to fill the selection outline for selected items.
Comments
The SelectInnerFill1 property defines the starting color used to fill the selection outline for selected items.
The SelectInnerFill1 property is only used if the OutlineStyle property is set to OutlineStyleSftDirectoryRectGradient.