Control.ContextMenu Property | |
A menu object representing the local pop-up menu for a control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ContextMenu AS USUAL GET SET
public virtual Usual ContextMenu { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA menu object representing the local pop-up menu for a control.
See Also