Name The string value used to refer to the control in code.
Caption The text that is displayed in the label
Text The string of text that is to be displayed in the control.
ForeColor Specifies the color of text or graphics to be displayed in the control.
BackColor Specifies the background color of the control.
Font For controls displaying text, specifies the font (name, style, size, etc.) to be applied to the
displayed text.
Picture Specifies the graphic to be displayed in the control.
Visible Specifies whether the control is visible or hidden.
Enabled Determines whether or not the control can respond to user-generated events.
Width Specifies the width of the control in pixels.
Height Specifies the height of the control in pixels.
Caption The text that is displayed in the label
Text The string of text that is to be displayed in the control.
ForeColor Specifies the color of text or graphics to be displayed in the control.
BackColor Specifies the background color of the control.
Font For controls displaying text, specifies the font (name, style, size, etc.) to be applied to the
displayed text.
Picture Specifies the graphic to be displayed in the control.
Visible Specifies whether the control is visible or hidden.
Enabled Determines whether or not the control can respond to user-generated events.
Width Specifies the width of the control in pixels.
Height Specifies the height of the control in pixels.
No comments:
Post a Comment