====== EDGESTYLE property ====== ==== Applies To ==== Label controls ==== Description ==== By default normal Windows Label controls actually support an "edge-style" that allows them to have a sunken or etched border, or even display themselves as a single vertical or horizontal line. Although this capability can be used in earlier versions of OpenInsight via raw style-bit manipulation it is now fully exposed via the EDGESTYLE property. ==== Usage ==== ==== Remarks ==== ^Value^Description^ |"0"|No border| |"1"|Sunken border| |"2"|Etched Horizontal line along the top edge| |"3"|Etched Vertical line along the left edge| |"4"|Etched Frame| ==== Returns ==== Each control has a default property. The controls and properties are as follows. Control Namedefault Property **Note:**