xcFrame Property Help Version 1.2.1

xcFrame 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 alphabetical order.
xcBackColor
xcBackPicture
xcBevelHighLigh
xcBevelShadow
xcBevelShape
xcBevelSteps
xcBevelDrawMode NEW V1.2.1
xcBevelType
xcBevelWidth
xcGradiantColor NEW V1.2.1
xcGradiantColor2 NEW V1.2.1
xcGradiantEnabled NEW V1.2.1
xcGradiantSteps NEW V1.2.1
xcGradiantType NEW V1.2.1
xcStretchEnabled NEW V1.2.1

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

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

 

xcBevelDrawMode

 
Data Type: Integer
   
Description: Return or Set the the draw mode for the bevel.   This option allows for many differnt effects from beveled background  to phycadelic beveled edges.
  
NOTE: The pen is the beveled edge.
xcBlackness 1 Blackness.
xcNotMergePen 2 Not Merge Pen — Inverse of setting 15 (Merge Pen).
xcMaskNotPen 3 Mask Not Pen — Combination of the colors common to the background color and the inverse of the pen.
xcNotCopyPen 4 Not Copy Pen — Inverse of setting 13 (Copy Pen).
xcMaskPenNot 5 Mask Pen Not — Combination of the colors common to both the pen and the inverse of the display.
xcInvert 6 Invert — Inverse of the display color.
xcXorPen 7 Xor Pen — Combination of the colors in the pen and in the display color, but not in both.
xcNotMaskPen 8 Not Mask Pen — Inverse of setting 9 (Mask Pen).
xcMaskPen 9 Mask Pen — Combination of the colors common to both the pen and the display.
xcNotXorPen 10 Not Xor Pen — Inverse of setting 7 (Xor Pen).
xcNop 11 Nop — No operation — output remains unchanged. In effect, this setting turns drawing off.
xcMergeNotPen 12 Merge Not Pen — Combination of the display color and the inverse of the pen color.
xcCopyPen 13 Copy Pen (Default) — Color specified by the Bevel Colors property.
xcMergePenNot 14 Merge Pen Not — Combination of the pen color and the inverse of the display color.
xcMergePen 15 Merge Pen — Combination of the pen color and the display color.
xcWhiteness 16 Whiteness.
   
Example: object.xcGradiantType = 0
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBackPicture

 
Data Type: Picture Object
   
Description: Return or Set the picture that will be visible in the frame controls background.
   
Example: object.xcBackPicture = a valid picture file.

Remarks
A valid picture file can be any of the following file formats.
  1. *.bmp,*.dib
  2. *.wmf,*.emf
  3. *.gif
  4. *.jpg

 

MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelHighLight

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the highlight color of the bevel.
   
Example: object.xcBevelHighLigh = RGB(255,255,255)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelShadow

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the shadow of the bevel.
   
Example: object.xcBevelShadow = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelShape

 
Data Type: Single
   
Description: Return or Set the shape parameter of the bevel.  The default value of 0.5 gives the bevel a rounded look.  A lower value moves the highlight of the bevel  toward the outer edges.  A higher value moves the highlight of the bevel toward the inner edges.
   
Example: object.xcBevelShape = 0.5
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelSteps

 
Data Type: Integer
   
Description: Return or Set the number of steps that the bevel will take to produce a shading effect.  The property and xcBevelShape work hand-in-hand to produce many different types of bevel looks.
   
Example: object.xcBevelSteps = 25
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelType

 
Data Type: Integer
   
Description: Return or Set whether the bevel is an inner bevel or an outer bevel. With an inner bevel, the background is set towards the screen. With an outer bevel, the background is set away from the screen.
   
Example: object.xcBevelType = 0 - Inner
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelWidth

 
Data Type: Integer
   
Description: Return or Set the thickness of the bevels frame in pixels.
   
Example: object.xcBevelWidth = 10
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcGradiantColor

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

 

xcGradiantColor2

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

 

xcGradiantEnabled

 
Data Type: Boolean data tyoe
   
Description: Disable or enable the gradiant background.   NOTE: if this option is enabled then any back ground pictures will not be show.
   
Example: object.xcGradiantEnabled = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcGradiantSteps

 
Data Type: Integer
   
Description: Return or Set the number of steps the gradiant will used to change from the first color to the second color.  NOTE with small frames this option should be set higher to achieve better results.
   
Example: object.xcGradiantSteps = 256
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcGradiantType

 
Data Type: Integer
   
Description: Return or Set the gradiant type (direction).

      0 - Diagonal
      1 - Horizontal
      2 - Vertical

   
Example: object.xcGradiantType = 0
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcStretchEnabled

 
Data Type: Boolean data tyoe
   
Description: Disable or enable wheather or not the background picture will stretch to the frame size.
   
Example: object.xcBevelStretchEnabled= True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS