Prevent code hinting of mxml subcomponents


If this is your component:

<box>

<label id=”myLabel”/>

</box>

Then ‘myLabel’ is code-hinted. You may not want that. Then do this:

[Exclude(name="myLabel", kind="property")]

See link

  1. No comments yet.
(will not be published)
  1. No trackbacks yet.