JVCL Help:TJvButtonBorder

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the available border styles for TJvCustomLookOutButton buttons.

run\JvLookOut.pas


Pascal

 run\JvLookOut.pas
 TJvButtonBorder = (
bbDark,
bbLight,
bbMono
);


Members

Members Description
bbDark A dark frame using clBtnFace and cl3DDkShadow.
bbLight A light frame using clBtnHighlight and clBtnFace.
bbMono A "monochromatic" frame using clBtnHighlight and cl3DDkShadow.

run\JvLookOut.pas


Description

TJvCustomLookOutButton objects can have the different border styles as specified by this type.

run\JvLookOut.pas


About

Navigation

no pages or subcategories

run\JvLookOut.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page