Defines the inner border color for selected items when the control does not have the input focus.
Syntax
|
Get
|
|
|
VB.NET
|
Clr = object.SelectNoFocusInnerBorderColor As System.Drawing.Color
|
|
|
VB
|
Clr = object.SelectNoFocusInnerBorderColor As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color Clr = object.SelectNoFocusInnerBorderColor;
|
|
|
VC++
|
OLE_COLOR Clr = object->SelectNoFocusInnerBorderColor;
OLE_COLOR Clr = object->GetSelectNoFocusInnerBorderColor();
|
|
|
C
|
HRESULT object->get_SelectNoFocusInnerBorderColor(OLE_COLOR* Clr);
|
|
|
Delphi
|
Clr := object.SelectNoFocusInnerBorderColor : TColor ;
|
|
Put
|
|
|
VB.NET
|
object.SelectNoFocusInnerBorderColor = Clr As System.Drawing.Color
|
|
|
VB
|
object.SelectNoFocusInnerBorderColor = Clr As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color object.SelectNoFocusInnerBorderColor = Clr;
|
|
|
VC++
|
OLE_COLOR object->SelectNoFocusInnerBorderColor = Clr;
void object->PutSelectNoFocusInnerBorderColor(OLE_COLOR Clr);
|
|
|
C
|
HRESULT object->put_SelectNoFocusInnerBorderColor(OLE_COLOR Clr);
|
|
|
Delphi
|
object.SelectNoFocusInnerBorderColor := Clr : TColor ;
|
object
A SftDirectory object.
Clr
Defines the inner border color for selected items when the control does not have the input focus.
Comments
The SelectNoFocusInnerBorderColor property defines the inner border color for selected items when the control does not have the input focus.
The SelectNoFocusInnerBorderColor 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