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
Returns whether the user is currently resizing the control using the size box.
Get
| VB.NET | Boolean = object.SizeBoxActive As Boolean |
| VB | Boolean = object.SizeBoxActive As Boolean |
| C#.NET | bool Boolean = object.SizeBoxActive; |
| VC++ | VARIANT_BOOL Boolean = object->SizeBoxActive; VARIANT_BOOL Boolean = object->GetSizeBoxActive(); |
| C | HRESULT object->get_SizeBoxActive(VARIANT_BOOL* Boolean); |
object
Boolean
Returns whether the user is currently resizing the control using the size box.
| Boolean | Description |
|---|---|
| True | The user is currently dragging the size box to resize the control. |
| False | The user is not resizing the control. |
The SizeBoxActive property returns whether the user is currently resizing the control using the size box.
The size box is enabled using the SizeBox property.
See Also SftTree Object | Object Hierarchy
