ComponentOne True DBInput Pro 8.0
Font Property (StyleSet)

Use the Font property of an object to identify a specific Font object whose properties you want to use.

Syntax

object.Font= font

Read/Write at run time. Not available at design time.

Values

Inherited from the container

Remarks

For example, the following code changes the property setting of a Font object identified by the Font property of a StyleSet object:

' Change the settings in the Font object.

With Calendar.StyleSets("3DRaised")

.Font.Bold = True

.Font.Italic = False

.Font.Underline = True

End With

See Also

Font3D Property (StyleSet)

ForeColor Property (StyleSet)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback