bool ListBox.HideBorder
Gets/sets whether the list box's border is hidden.
Note that hiding the border will also implicitly hide the up/down scroll arrows for the list box.
Example:
lstSaveGames.HideBorder = true;
will hide the border around the Save Games list box.
See Also: ListBox.HideScrollArrows
|