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 extended user-interface is available.
Get
VB.NET | Boolean = object.ExtendedUI As Boolean |
VB | Boolean = object.ExtendedUI As Boolean |
C#.NET | bool Boolean = object.ExtendedUI; |
VC++ | VARIANT_BOOL Boolean = object->ExtendedUI; VARIANT_BOOL Boolean = object->GetExtendedUI(); |
C | HRESULT object->get_ExtendedUI(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ExtendedUI = Boolean As Boolean |
VB | object.ExtendedUI = Boolean As Boolean |
C#.NET | bool object.ExtendedUI = Boolean; |
VC++ | VARIANT_BOOL object->ExtendedUI = Boolean; void object->PutExtendedUI(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ExtendedUI(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the extended user-interface is available.
Boolean | Description |
---|---|
True | The down arrow key displays the drop down portion. |
False | The F4 key displays the drop down portion. |
The ExtendedUI property defines whether the extended user-interface is available.
The ExtendedUI property only applies to a drop down or drop down list combo box.
The drop down portion can also be made visible by clicking on the drop down button. This is not affected by this property.
If the control is empty (i.e., has no items), the drop down portion cannot be made visible and the drop down button is disabled.
See Also SftBox Object | Object Hierarchy