Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 605 Bytes

textbox-ishyperlink-property-access.md

File metadata and controls

33 lines (19 loc) · 605 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
TextBox.IsHyperlink Property (Access)
vbaac10.chm11143
vbaac10.chm11143
access
Access.TextBox.IsHyperlink
68d2ca6a-7ea2-a44d-db32-1fa040475267
06/08/2017

TextBox.IsHyperlink Property (Access)

You can use the IsHyperlink property to specify or determine if the data contained in a text box is a hyperlink. Read/write Boolean.

Syntax

expression. IsHyperlink

expression A variable that represents a TextBox object.

See also

Concepts

TextBox Object