Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyle Class / IsStandardTag Method

In This Topic
    IsStandardTag Method (PrintStyle)
    In This Topic
    Returns a System.Boolean value, determining whether the specified tag in one of the predefined tags used by the PrintStyle and PrintOptionsForm classes.
    Syntax
    'Declaration
     
    Public Function IsStandardTag( _
       ByVal tag As TagInfo _
    ) As System.Boolean
    public System.bool IsStandardTag( 
       TagInfo tag
    )

    Parameters

    tag
    See Also