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

In This Topic
    OwnerForm Property (C1ZoomCommandProvider)
    In This Topic
    Gets the form that owns this ControlBar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerForm As Form
    public Form OwnerForm {get;}
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the C1ZoomCommandProvider class.

    See Also