ContextMenu Property (FpScrollBar)
In This Topic
Gets or sets the shortcut menu associated with the control.
Syntax
'Declaration
Public Overrides Property ContextMenu As ContextMenu
'Usage
Dim instance As FpScrollBar
Dim value As ContextMenu
instance.ContextMenu = value
value = instance.ContextMenu
public override ContextMenu ContextMenu {get; set;}
Property Value
ContextMenu object containing the shortcut menuA
System.Windows.Forms.ContextMenu that represents the shortcut menu associated with the control.
See Also