TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ZoomCommandProvider Class
Members Example

In This Topic
    C1ZoomCommandProvider Class
    In This Topic
    Represents the component which can be attached to any existing UserControl, and made all IButtonControl on current Usercontrol can be execute the ZoomCommands.
    Object Model
    C1ZoomCommandProvider Class
    Syntax
    'Declaration
     
    
    Public Class C1ZoomCommandProvider 
       Inherits System.ComponentModel.Component
    public class C1ZoomCommandProvider : System.ComponentModel.Component 
    Remarks

    When attach C1ZoomCommandProvider to current System.Windows.Forms.UserControl, all of IButtonControl control will add a smarttag, the smartag contain a ZoomCommands item.

    A System.Windows.Forms.UserControl can't attach two or more C1ZoomCommandProvider component.

    Example

    The following code example shows how to use the C1ZoomCommandProvider component.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.TouchToolKit.C1ZoomCommandProvider

    See Also