Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / DismissCommand Field

In This Topic
    DismissCommand Field (C1Scheduler)
    In This Topic
    Defines the command that dismisses reminders.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DismissCommand As C1Command
    public static readonly C1Command DismissCommand
    Remarks

    Command parameter is one of the next values:

    If command parameter is not specified, all active reminders will be dismissed.

    See Also