JVCL Help:TJvDockBtnState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the available states for a VS.Net style caption button.

run\JvDockVSNetStyle.pas


Pascal

 run\JvDockVSNetStyle.pas
 TJvDockBtnState = (
bsUp,
bsNormal,
bsDown
);


Members

Members Description
bsUp The button is currently up.
bsNormal The button is in its normal state.
bsDown The button is currently down.

run\JvDockVSNetStyle.pas


Description

TJvDockBtnState is an enumeration that describes the available button states for a button in a VS.Net docking form's caption bar.

run\JvDockVSNetStyle.pas


About

Navigation

no pages or subcategories

run\JvDockVSNetStyle.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