8 Id ? PHP - Lesson / Learn / Il - Co - VB - DR://: Menu Control

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

http://dr-vb.co.il/learn/lesson.php?

id=8

http://msdn.microsoft.com/library/default.asp?url=/library/enus/vbcon98/html/vbconmenubasics.asp

http://www2.eitan.ac.il/vb/menu1.asp

( Menu Editor
Menu Control

Caption

Name
Index

control array
Shortcut
check mark
False.

True

Checked
Enabled

Page1

Visual Basic

False.

Visible
HelpContextID

"

NegotiatePosition
WindowList

!
MDI

(
context menu
!

!"

Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y


As Single)
If Button = vbRightButton Then
PopupMenu HelpMenu

'

"

End If
End Sub

Page2

Visual Basic

You might also like