ebItalic (constant)

Description

Used with the Text and TextBox statement to specify an italic font.

Comments

This constant is equal to 4.

Example

Sub Main()
  Begin Dialog UserDialog 16,32,232,132,"Italic Font Demo"
    Text 10,10,200,20,"Hello, world.",,"Helv",24,ebItalic
    TextBox 10,35,200,20,.Edit,,"Times New Roman",16,ebItalic
    OKButton 96,110,40,14
  End Dialog

  Dim a As UserDialog
  Dialog a
End Sub

See Also

Text (statement), TextBox (statement).

More information

E