BackColor Property

Object: AXFFile
Syntax: AXFFile.BackColor [= Color as RGB Value]
Type: OLE_Color
Read/Write: Read/Write
Description: Sets or returns the background color of the upload control.
Example: To set the background color of the upload control to yellow, use,
AXFFile.BackColor = RGB(255,255,0)

Copyright © 2010 SoftArtisans, Inc. All rights reserved.