drop-shadow

How can I remove drop shadow from TextInput?

I have a style sheet in my Flex Application, referenced as: <mx:Style source="/assets/stylesheets/default.css" /> In this style sheet, I set dropShadowEnabled to true gloablly: global { fontSize: 11pt; dropShadowEnabled: true; verticalAlign: "middle"; } This gives a drop shadow to many components, including all TextInpu...

Drop shadow in Winforms Controls?

is there a way to add a drop shadow to controls? are there any controls out there with this feature? ...