Home » HTML » HTML APIs » Question
  1. Windowless plug-in will not call ____________.
    1. NPN_ForceRedraw
    2. NPN_InvalidateRect
    3. NPP_GetValue
    4. NPN_InvalidateRegion
    5. None of these
Correct Option: C

Windowless plugin can call Netscape methods like NPN_InvalidateRegion, NPN_ForceRedraw, NPN_InvalidateRect. NPN_InvalidateRegion is used for invalidate an area in windowless plug-in before refreshing or repeating.



Your comments will be displayed only after manual approval.