I am wanting to set some text in a label at run-time for:

bold italic
bold
underline
non bold (regular)
strike through
italic

and i have the following so i can test it and i am getting the error
Invalid use of property
this is what i have:
VB Code:
  1. Private Sub mnuLabelFontStyleBold_Click()
  2.     lblText(m_intControlIndex).Font.[hl]Bold[/hl]
  3. End Sub