Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.04 KB

Access.WebBrowserControl.Enabled.md

File metadata and controls

35 lines (20 loc) · 1.04 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WebBrowserControl.Enabled property (Access)
vbaac10.chm14361
vbaac10.chm14361
Access.WebBrowserControl.Enabled
6da2553d-0ad9-4741-c89f-fc19dfacb5a2
02/21/2019
medium

WebBrowserControl.Enabled property (Access)

Use the Enabled property to set or return the status of the conditional format in the FormatCondition object. Read/write Boolean.

Syntax

expression.Enabled

expression A variable that represents a WebBrowserControl object.

Remarks

The Enabled property setting is a value that indicates whether the conditional format is enabled or disabled. True enables the conditional format. False disables the conditional format. The default is True.

When the Enabled property is True, the conditional format can be displayed in the Conditional Formatting dialog box.

[!includeSupport and feedback]