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 the specified column header button will return to its "up" position when pressed.
Deprecated - Provided for compatibility with earlier versions only - Use Header.RemainUp instead
Get
VB.NET | RemainUp = object.get_ColumnButtonRemainUp(ByVal ColIndex As Short) As Boolean |
VB | RemainUp = object.ColumnButtonRemainUp(ByVal ColIndex As Integer) As Boolean |
C#.NET | bool RemainUp = object.get_ColumnButtonRemainUp(short ColIndex); |
VC++ | VARIANT_BOOL RemainUp = object->ColumnButtonRemainUp[short ColIndex]; VARIANT_BOOL RemainUp = object->GetColumnButtonRemainUp(short ColIndex); |
C | HRESULT object->get_ColumnButtonRemainUp(short ColIndex, VARIANT_BOOL* RemainUp); |
Put
VB.NET | object.set_ColumnButtonRemainUp(ByVal ColIndex As Short, ByVal RemainUp As Boolean) |
VB | object.ColumnButtonRemainUp(ByVal ColIndex As Integer) = RemainUp As Boolean |
C#.NET | void object.set_ColumnButtonRemainUp(short ColIndex, bool RemainUp); |
VC++ | VARIANT_BOOL object->ColumnButtonRemainUp[short ColIndex] = RemainUp; void object->PutColumnButtonRemainUp(short ColIndex, VARIANT_BOOL RemainUp); |
C | HRESULT object->put_ColumnButtonRemainUp(short ColIndex, VARIANT_BOOL RemainUp); |
object
ColIndex
The zero-based column number.
RemainUp
Defines whether the specified 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. |
Deprecated - Provided for compatibility with earlier versions only - Use Header.RemainUp instead
The ColumnButtonRemainUp property defines whether the specified 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 SftTree Object | Object Hierarchy