Gets or sets the ClientID of a control or DHTML element on which this menu shows up when the control is right-clicked.
[Visual Basic]
Overridable Public Property ContextControlID As
String
[C#]
public virtual
String ContextControlID {get; set;}
Remarks
The ClientID of a control is usually the same as the control's ID. However if the control is inside a INamingContainer (for example, a user control), the two would be different.
See Also
ContextMenu Class | EO.Web Namespace