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 ellipse button is disabled.
Get
VB.NET | Boolean = object.LockedEllipse As Boolean |
VB | Boolean = object.LockedEllipse As Boolean |
C#.NET | bool Boolean = object.LockedEllipse; |
VC++ | VARIANT_BOOL Boolean = object->LockedEllipse; VARIANT_BOOL Boolean = object->GetLockedEllipse(); |
C | HRESULT object->get_LockedEllipse(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.LockedEllipse = Boolean As Boolean |
VB | object.LockedEllipse = Boolean As Boolean |
C#.NET | bool object.LockedEllipse = Boolean; |
VC++ | VARIANT_BOOL object->LockedEllipse = Boolean; void object->PutLockedEllipse(VARIANT_BOOL Boolean); |
C | HRESULT object->put_LockedEllipse(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the ellipse button is disabled.
Boolean | Description |
---|---|
True | The ellipse button is locked and cannot be clicked. |
False | The ellipse button can be clicked. |
The LockedEllipse property defines whether the ellipse button is disabled.
The EditStyle property controls the presence of the up/down buttons, the drop down button and the ellipse button.
When the Locked property is set, it also updates the LockedDropDown, LockedEllipse and LockedUpDown properties with the same Boolean value. The LockedDropDown, LockedEllipse and LockedUpDown properties can be set independently after setting the Locked property.
See Also SftMask Object | Object Hierarchy