예제 #1
0
 /*! \brief Force the given item of window furniture to be redrawn.  */
 public void ForceRedrawFurniture(Furniture item)
 {
     Wimp.ForceRedrawFurniture(Handle, item);
 }