Visual Basic: Windows Controls

Bold Property (Windows Common Controls)

See Also    Example    Applies To

Returns or sets a value that determines if the object text is bold.

Syntax

object.Bold [= boolean]

The Bold property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying if the text is bold, as described in Settings.

Settings

The settings for boolean are:

Constant Description
False (Default) Text is not bold.
True Text is bold.