TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / MonthCalendarZoomPolicy Class / TargetType Property

In This Topic
    TargetType Property (MonthCalendarZoomPolicy)
    In This Topic
    Gets the type indicates which control type can use this policy.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property TargetType As Type
    public override Type TargetType {get;}

    Property Value

    A System.Type type indicates which control type can use this policy.
    See Also