Download BLUES 2000 User Manual

Transcript
NEWHART SYSTEMS INC.
_______________________________________________
if(Success != 0) Then
‘ failed
Else
‘ok
End If
End Sub
evtmnuViewMenubar
Syntax:
void objectname.evtViewMenubar()
Return value:
none
Description:
This event will be called whenever the control process the View Menubar menu command. This
takes place if an operator performs a right mouse click in the control and then selects the View
Menubar menu item. This event is designed to keep the container application informed and
optionally let the container application remove its menubar.
Visual Basic Example:
Private Sub BluesSession1_evtViewMenubar()
‘
‘remove application menu bar if desired
BLUES User Manual………………………………Page:241