dbicCalendar Send comments on this topic.
ContextMenuStrip Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : ContextMenuStrip Property

Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ContextMenuStrip As ContextMenuStrip
C# 
public virtual ContextMenuStrip ContextMenuStrip {get; set;}

Property Value

The System.Windows.Forms.ContextMenuStrip for this control, or a null reference (Nothing in Visual Basic) if there is no System.Windows.Forms.ContextMenuStrip. The default is a null reference (Nothing in Visual Basic).

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also