xcToggle Property Help Version 1

xcToggle Main Menu

Worldwide Productions Inc.
ONLINE MENU

http://www.wwp-inc.com

WWP HOME
WWP ONLINE HELP
WWP DOWNLOADS


______________

You must have a
connection to the internet for
online option to function.

Properties are listed in alphabetic order.
xcBackColor (not available in some versions)
xcBackTransparent
xcButtonType
xcButtonMode
xcEnabled
xcValue

More options
Custom Property Pages (General Information)

Events
Mouse Move()
Mouse Down()
Mouse Up()
Mouse Click()

BACK TO xcCONTROLS MAIN HELP PREVIOUS TOPIC NEXT TOPIC

 

xcBackColor

(not available in some versions)

Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the color for the button background.
   
Example: object.xcBackColor = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBackTransparent

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether or not the background for the button is transparent.
   
Example: object.xcBackTransparent = True 
object.xcBackTransparent = False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcButtonMode

 
Data Type: Integer
   
Description: Return or Set whether the button is in CLICK mode or TOGGLE mode. In CLICK mode, the button Returns to its normal state when the user releases the mouse button.  In TOGGLE mode, the button remains in the current state until it is clicked again.
   
Example: object.xcButtonMode = 0 or Click
object.xcButtonMode = 1 or Toggle (Default)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcButtonType

 
Data Type: Integer
   
Description: Return or Set the graphical button type that is visible.
   
Example: object.xcButtonType = 0 - Type1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcEnabled

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether or not the button is enabled or disabled.  When the button is disabled, it will not respond to any user actions or events.
   
Example: object.xcEnabled = False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcValue

 
Data Type: Boolean (True or False)
   
Description: Return or Set the current state of the button. 
   
Example: object.xcValue = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS