Click or drag to resize

ShellWindow.EnableOleStatusMessages Method

X#
Control the status message display of an in-place active OLE object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableOleStatusMessages(
	lEnable
) AS USUAL CLIPPER
Request Example View Source

Parameters

lEnable (Optional)
Type: Usual
A logical value specifying whether to enable (TRUE) or disable (FALSE) the status message display.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
After calling ShellWindow:EnableOLEStatusMessage(TRUE), browsing through the menu items of an in-place active OLE object will call ShellWindow:OnOLEStatusMessage() with the status string as a parameter. By default, ShellWindow:OnOLEStatusMessage() displays the status string inside the shell window's status bar.
See Also