MobileForms Toolkit Documentation

InkBox Class

InkBox is used to capture handwritten signature to image.

For a list of all members of this type, see InkBox Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Resco.Controls.OutlookControls.InkBox

public class InkBox : UserControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

InkBox creates empty drawing canvas for the user and captures user's handwriting over it with MouseDown and MouseUp events. You can get the captured handwriting using property Image. Use method Clear to revert InkBox to initial empty state.

Requirements

Namespace: Resco.Controls.OutlookControls

Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)

See Also

InkBox Members | Resco.Controls.OutlookControls Namespace