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 whether this column header button will return to its "up" position when pressed.
Get
VB.NET | Boolean = object.RemainUp As Boolean |
VB | Boolean = object.RemainUp As Boolean |
C#.NET | bool Boolean = object.RemainUp; |
VC++ | VARIANT_BOOL Boolean = object->RemainUp; VARIANT_BOOL Boolean = object->GetRemainUp(); |
C | HRESULT object->get_RemainUp(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.RemainUp = Boolean As Boolean |
VB | object.RemainUp = Boolean As Boolean |
C#.NET | bool object.RemainUp = Boolean; |
VC++ | VARIANT_BOOL object->RemainUp = Boolean; void object->PutRemainUp(VARIANT_BOOL Boolean); |
C | HRESULT object->put_RemainUp(VARIANT_BOOL Boolean); |
object
A SftTreeHeader object.
Boolean
Defines whether this column header button will return to its "up" position when pressed.
Boolean | Description |
---|---|
True | The column header button will return to its "up" position when pressed. |
False | The column header button remains pressed. |
The RemainUp property defines whether this column header button will return to its "up" position when pressed.
If column headers are not shown or column headers are shown as titles (see Headers.Appearance property), this property has no effect.
See Also SftTreeHeader Object | Object Hierarchy