Version

ScrollContextMenuManager Property

Returns the default scroll context menu.
Syntax
'Declaration
 
Public ReadOnly Property ScrollContextMenuManager As ScrollContextMenuManager
public ScrollContextMenuManager ScrollContextMenuManager {get;}
Remarks

The ScrollContextMenu is only used if the UseDefaultContextMenu has been set to true. This context menu is similar to the context menu displayed when clicking on a windows system scrollbar.

  • Scroll Here (requires point in scroll track)
  • -sep-
  • Top (or Left Edge)
  • Bottom (or Right Edge)
  • -sep-
  • Page Up (or Page Left)
  • Page Down (or Page Right)
  • -sep-
  • Scroll Up (or Scroll Left)
  • Scroll Down (or Scroll Right)

This property is read-only

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also