Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeShowContextMenuEventArgs Class / AssociatedObject Property


In This Topic
AssociatedObject Property
In This Topic
Represents the object that associate with context menu.
Syntax
'Declaration
 
Public ReadOnly Property AssociatedObject As Object
 
'Usage
 
Dim instance As BeforeShowContextMenuEventArgs
Dim value As Object
 
value = instance.AssociatedObject
See Also