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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the display style of selected text when the control doesn't have the input focus.
Get
VB.NET | Boolean = object.HideSelection As Boolean |
VB | Boolean = object.HideSelection As Boolean |
C#.NET | bool Boolean = object.HideSelection; |
VC++ | VARIANT_BOOL Boolean = object->HideSelection; VARIANT_BOOL Boolean = object->GetHideSelection(); |
C | HRESULT object->get_HideSelection(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.HideSelection = Boolean As Boolean |
VB | object.HideSelection = Boolean As Boolean |
C#.NET | bool object.HideSelection = Boolean; |
VC++ | VARIANT_BOOL object->HideSelection = Boolean; void object->PutHideSelection(VARIANT_BOOL Boolean); |
C | HRESULT object->put_HideSelection(VARIANT_BOOL Boolean); |
object
Boolean
Defines the display style of selected text when the control doesn't have the input focus.
Boolean | Description |
---|---|
True | Selected text is not highlighted when the control does not have the input focus. The selection is not visible if the control does not have the input focus. |
False | Selected text is highlighted when the control does not have the input focus. The selection is visible even if the control does not have the input focus. |
The HideSelection property defines the display style of selected text when the control doesn't have the input focus.
The selected text is always highlighted in an edit control that has the input focus. The HideSelection property can only be used to define the appearance of selected text when the control does not have the input focus.
See Also SftMask Object | Object Hierarchy