VLMenuPlus Reference

Read/Write Property Enabled

See Also See Also Applies To Applies To

Enable or disable all special appearance effect provided by VLMenuPlus.

 

Syntax

object.Enabled [= boolean]

 

The Enabled property syntax has these parts:

Part Description
Object An object expression that evaluates to VLMenuPlus
Boolean A boolean expression that enables or disables special effects in the application menus.

Setting

The settings for boolean are:

Setting Description
True (Default) Application menus are displayed with special effect as per the settings of various properties of VLMenuPlus.
False Application menus are displayed as plain VB menus. All special effects are turned off.

Remark

This method provides a shortcut way to turn off all special effects added by VLMenuPlus.