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

Gets or sets the primary menu container for the form.

Syntax

Visual Basic (Declaration) 
Public Property MainMenuStrip As MenuStrip
C# 
public MenuStrip MainMenuStrip {get; set;}

Property Value

A System.Windows.Forms.MenuStrip that represents the container for the menu structure of the form. The default is a null reference (Nothing in Visual Basic).

Requirements

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

See Also