TRgb customBlack = T#000000;
customBlack.SetAlpha(30);
aGc->SetBrushStyle(CGraphicsContext::ESolidBrush);
aGc->SetBrushColor(customBlack);
aGc->DrawRect(Rect());
TRgb customBlack = T#000000;
customBlack.SetAlpha(30);
aGc->SetBrushStyle(CGraphicsContext::ESolidBrush);
aGc->SetBrushColor(customBlack);
aGc->DrawRect(Rect());