Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / cc Class / p Method

In This Topic
    p Method (cc)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function p( _
       ByVal a As System.String, _
       ByRef b As System.Drawing.Point _
    ) As System.Boolean
    public static System.bool p( 
       System.string a,
       out System.Drawing.Point b
    )

    Parameters

    a
    b
    See Also