SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether the focus rectangle is displayed.
Get
| VB.NET | Boolean = object.ShowFocusRectangle As Boolean |
| VB | Boolean = object.ShowFocusRectangle As Boolean |
| C#.NET | bool Boolean = object.ShowFocusRectangle; |
| VC++ | VARIANT_BOOL Boolean = object->ShowFocusRectangle; VARIANT_BOOL Boolean = object->GetShowFocusRectangle(); |
| C | HRESULT object->get_ShowFocusRectangle(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.ShowFocusRectangle = Boolean As Boolean |
| VB | object.ShowFocusRectangle = Boolean As Boolean |
| C#.NET | bool object.ShowFocusRectangle = Boolean; |
| VC++ | VARIANT_BOOL object->ShowFocusRectangle = Boolean; void object->PutShowFocusRectangle(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_ShowFocusRectangle(VARIANT_BOOL Boolean); |
object
A SftTreeItems object.
Boolean
Defines whether the focus rectangle is displayed.
| Boolean | Description |
|---|---|
| True | The focus rectangle is displayed when the tree control has the input focus. |
| False | the focus rectangle is never displayed. |
The ShowFocusRectangle property defines whether the focus rectangle is displayed.
The ShowFocusRectangle property can be used to turn off the display of the focus rectangle. This could be useful for applications that wish to implement cell selection, rather than the tree control's standard item selection (i.e. an entire row is selected).
SelectBackColorNoFocus= -2147483633
SelectForeColor = -2147483634
SelectForeColorNoFocus= -2147483630
ShadowColor = -2147483632
Style = 1
ScrollTips = 1
SelectionArea = 1
SelectStyle = 0
ShowFocusRectangle= 1
ToolTipAlways = 0
ToolTipBackColor= -1
ToolTipForeColor= -1
ToolTipsUseEntireCell= 0
TopIndex = 0
TreeLineColor = -2147483631
TreeLineGrayedColor= -2147483631See Also SftTreeItems Object | Object Hierarchy
