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