Defines the starting 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.SelectNoFocusInnerFill1 As System.Drawing.Color
|
|
|
VB
|
Clr = object.SelectNoFocusInnerFill1 As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color Clr = object.SelectNoFocusInnerFill1;
|
|
|
VC++
|
OLE_COLOR Clr = object->SelectNoFocusInnerFill1;
OLE_COLOR Clr = object->GetSelectNoFocusInnerFill1();
|
|
|
C
|
HRESULT object->get_SelectNoFocusInnerFill1(OLE_COLOR* Clr);
|
|
|
Delphi
|
Clr := object.SelectNoFocusInnerFill1 : TColor ;
|
|
Put
|
|
|
VB.NET
|
object.SelectNoFocusInnerFill1 = Clr As System.Drawing.Color
|
|
|
VB
|
object.SelectNoFocusInnerFill1 = Clr As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color object.SelectNoFocusInnerFill1 = Clr;
|
|
|
VC++
|
OLE_COLOR object->SelectNoFocusInnerFill1 = Clr;
void object->PutSelectNoFocusInnerFill1(OLE_COLOR Clr);
|
|
|
C
|
HRESULT object->put_SelectNoFocusInnerFill1(OLE_COLOR Clr);
|
|
|
Delphi
|
object.SelectNoFocusInnerFill1 := Clr : TColor ;
|
object
A SftDirectory object.
Clr
Defines the starting color used to fill the selection outline for selected items when the control does not have the input focus.
Comments
The SelectNoFocusInnerFill1 property defines the starting color used to fill the selection outline for selected items when the control does not have the input focus.
The SelectNoFocusInnerFill1 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