ShellWindow.EnableOleStatusMessages Method (Typed) | |
Control the status message display of an in-place active OLE object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableOleStatusMessages(
lEnable AS USUAL
) AS LOGIC
public virtual bool EnableOleStatusMessages(
Usual lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Usual
A logical value specifying whether to enable (TRUE) or disable (FALSE) the status message display.
Return Value
Type:
Logic
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