F Properties,Methods,Events

 

FONT    -   
Under the FONT item are shown all the properties usually related to the fonts.
The following properties apply to all the objects of both languages that use and support font.

Apply to ComboBox- Listbox- OptionButton- TextBox- CheckBox- Frame-

Label- Etc

Sintax    -         [Object].Property = (Value or String) 
Property

FONTNAME : String ( the string representing th name of the Font to apply ) Sample "Arial"

FONTSIZE    : Value  ( representing the value in Points of the Font to be used ) Sample "10"

FONTBOLD : Value  ( Boolean True o False if Font is Bold or Normal )

FONTSTRIKETHRU : Value ( Boolean True or False as above )

FONTITALIC : Value (Boolean True or False as above )

FONTUNDERLINE : Value (Boolean True or False as above)

Forecolor - Property

Apply    to              ComboBox-     Listbox-     OptionButton-     TextBox-     CheckBox- 
                             Frame-            Label
Sintax    -         [Object].Forecolor = (Value or Costant)

                                      Value
                       Long Integers / vbCostants

 

FillColor - Property

Apply to Picturebox - Form

Sintax    -         [Object].FillColor = (Value or Costant)

                                      Value
                         RGB value / VBcostant

If the FillStyle Value is set to 1 Trasparent FillColor proprerty is ignored.
Use FillColor with shapes obtained by PictureBox.Draw.........

FillStyle - Property

Apply to Form - PictureBox - Shape

Sintax    -         [Object].FillStyle = (Value) (Boolean ) 

                                      Value
                              0 solid / 1 Trasparent