Defines the ending color used to fill the selection outline for selected items when the control does not have the input focus.
Syntax
|
Get
|
|
|
VB.NET
|
Clr = object.SelectNoFocusInnerFill2 As System.Drawing.Color
|
|
|
VB
|
Clr = object.SelectNoFocusInnerFill2 As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color Clr = object.SelectNoFocusInnerFill2;
|
|
|
VC++
|
OLE_COLOR Clr = object->SelectNoFocusInnerFill2;
OLE_COLOR Clr = object->GetSelectNoFocusInnerFill2();
|
|
|
C
|
HRESULT object->get_SelectNoFocusInnerFill2(OLE_COLOR* Clr);
|
|
|
Delphi
|
Clr := object.SelectNoFocusInnerFill2 : TColor ;
|
|
Put
|
|
|
VB.NET
|
object.SelectNoFocusInnerFill2 = Clr As System.Drawing.Color
|
|
|
VB
|
object.SelectNoFocusInnerFill2 = Clr As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color object.SelectNoFocusInnerFill2 = Clr;
|
|
|
VC++
|
OLE_COLOR object->SelectNoFocusInnerFill2 = Clr;
void object->PutSelectNoFocusInnerFill2(OLE_COLOR Clr);
|
|
|
C
|
HRESULT object->put_SelectNoFocusInnerFill2(OLE_COLOR Clr);
|
|
|
Delphi
|
object.SelectNoFocusInnerFill2 := Clr : TColor ;
|
object
A SftDirectory object.
Clr
Defines the ending color used to fill the selection outline for selected items when the control does not have the input focus.
Comments
The SelectNoFocusInnerFill2 property defines the ending color used to fill the selection outline for selected items when the control does not have the input focus.
The SelectNoFocusInnerFill2 property is only used if the OutlineStyle
property is set to OutlineStyleSftDirectoryRectGradient.
Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com