Basic Arrow Icon for scrollbar buttons
public function uninstallIcon(com:Component):Void
Description copied from Icon
Remove things in the icon object related to the component. For example remove the MCs created at the first paint time.
There is not installIcon method, so you must install icon related things
at the first time of paintIcon
, for example attach a MC if needed.