Name
Prop.UseWinBorder -- put prop object into window border
Function
If you set this attribute some very special magic will take place with this proportional gadget. In fact, it will not eat any display space at all or render anything, it stays invisible in your windows GUI. Instead, the gadgets control and display will be linked to one of the scrollbars in the window border.

There is no difference in talking to the object, you can use all prop gadget attributes regardless whether its a real prop gadget or just a window border link. Of course, gadgets in window borders will use the intuition look regardless what the user has configured.

You *must* enable border scrollers for the parent window with the corresponding attributes before using Prop.UseWinBorder.

Obviously, you can only link exactly one prop gadget to one window scroller. Linking more than one gadget to the same window scroller will result in big confusion.

The following values are recognized by this attribute:

Left
Use left window border.

Right
Use right window border.

Bottom
Use bottom window border.

Type
String (see above for possible values)

Applicability
I


Show TOC