AllowsDragging
bool AllowsDragging() const;
if (AreDraggersDrawn() && (fShelf == NULL || fShelf->AllowsDragging())) {
if ((fShelf != NULL && fShelf->AllowsDragging()
allowsDragging = fShelf->AllowsDragging();