View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002774 | JEDI VCL | 00 JVCL Components | public | 2005-03-18 04:01 | 2005-04-12 02:59 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0002774: About TJvXPBar can accept other controls | ||||
Description | I found TJvXPBar can accept other controls in the Delphi RAD,be a container,how can i do to fix this? | ||||
Tags | No tags attached. | ||||
|
This is on purpose so that users can actually place additional buttons in the XP bar. Should you want to remove this behaviour, you should derive your own class, override the Create(AOwner : TComponent) constructor and remove csAcceptControls from the ControlStyle property after having called inherited. |