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 complete context menu is shown when the right mouse button is released or Shift-F10 is pressed.
Get
VB.NET | Boolean = object.ShowContextMenu As Boolean |
VB | Boolean = object.ShowContextMenu As Boolean |
C#.NET | bool Boolean = object.ShowContextMenu; |
VC++ | VARIANT_BOOL Boolean = object->ShowContextMenu; VARIANT_BOOL Boolean = object->GetShowContextMenu(); |
C | HRESULT object->get_ShowContextMenu(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ShowContextMenu = Boolean As Boolean |
VB | object.ShowContextMenu = Boolean As Boolean |
C#.NET | bool object.ShowContextMenu = Boolean; |
VC++ | VARIANT_BOOL object->ShowContextMenu = Boolean; void object->PutShowContextMenu(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ShowContextMenu(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the complete context menu is shown when the right mouse button is released or Shift-F10 is pressed.
Boolean | Description |
---|---|
True | The complete context menu is shown when the right mouse button is released or Shift-F10 is pressed. The context menu is not implemented by SftDirectory. The context menu and its contents are created and managed by the Windows Shell and available Shell extensions. |
False | No context menu is available. The application can display its own context menu in response to the ContextMenu event. |
The ShowContextMenu property defines whether the complete context menu is shown when the right mouse button is released or Shift-F10 is pressed.
The RenameStyle property defines the availability of the Rename command in the presented context menu.
See Also SftDirectory Object | Object Hierarchy