'宣言 Public Shadows Property MainMenuStrip As System.Windows.Forms.MenuStrip
'使用法 Dim instance As C1FlexViewerDialog Dim value As System.Windows.Forms.MenuStrip instance.MainMenuStrip = value value = instance.MainMenuStrip
public new System.Windows.Forms.MenuStrip MainMenuStrip {get; set;}