1) Shadow Type - What is the value range on this (Can't get to work, What does it actually change?)--value range is "simple" or "complex" but it does not work. I believe some sort of 'filter' variable needs to be applied. Looked around at DynamicDrive and found these values in multiple cases, so I am guessing they are the ones.
2) Shadow Color - (Can't get to work, What does it actualy change?)--no effect if previous value is inoperable, but any standard color value should work if it is functioning correctly.
3) Tip Position - What is the value range on this (Can't get to work, What does it actualy change?)--value range is "left", "center", "right", "float", and "fixed". Changes the position of the box relative to the pointer. But behavior appears erratic, where "fixed" and "float" produce the same effect, placing the tip box in the upper left corner at all times. Current default value is blank, or "right".
Style[0]=["white","black","#18339F","#ffffff","","","","","","","
center","","","",200,"",2,2,10,20,51,1,0,"",""]
4) Sticky Style- What is the value range on this (Can't get to work, What does it actualy change?)--This works a lot like
overLIB's "popup" and "sticky" feature and is the solution to glent's problem discussed
HERE. The default value is blank, or "popup" behavior, but changing it to sticky produces this:
In sticky mode, you can mouse over the application titles and the tips change, but you must click the "Close" link in the upper right corner of the last tip window to make it disappear which, frankly, I find irritating. But if you want the tooltip to stay in place so that you can mouse over it and click a hyperlink, it is just the ticket! Current default value is blank.
Style[0]=["white","black","#18339F","#ffffff","","","","","","","","
sticky","","",200,"",2,2,10,20,51,1,0,"",""]
5) Height - Do we need this option? (It changes on its own acording to the amount of text)--Probably do not need.
6) Pad Text Area - What is the value range on this (Can't get to work, What does it actualy change)--any number value (e.g., 2, 10, 20), changes the spacing (padding) between the text description and the edges of the tip box. Works well. Current default value is 2.
Style[0]=["white","black","#18339F","#ffffff","","","","","","","","","","",200,"",2,
20,10,20,51,1,0,"",""]
This is exactly the type of stuff a User Manual should address, eh?. Stay tuned.

Edit: forgot the screen shots.