IDE: hide TButton/TBitBtn.Color in OI

git-svn-id: trunk@13965 -
This commit is contained in:
mattias 2008-02-03 11:03:26 +00:00
parent 968f7479a7
commit 0eaf506780

View File

@ -705,6 +705,12 @@ initialization
TButtonGlyphPropEditor);
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TFontCharset'),
nil, 'CharSet', TFontCharsetPropertyEditor);
// TButton.Color does not work on all platforms
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TGraphicsColor'),
TButton, 'Color', THiddenPropertyEditor);
// TBitBtn.Color does not work on all platforms
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TGraphicsColor'),
TBitBtn, 'Color', THiddenPropertyEditor);
finalization