Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GifFrame Class / UserInput Property

In This Topic
    UserInput Property
    In This Topic
    Gets a value indicating whether or not user input is expected before continuing.

    When a DelayTime is not 0 and the UserInput flag is set, processing will continue when user input is received or when the delay time expires, whichever occurs first.

    Syntax
    'Declaration
     
    Public ReadOnly Property UserInput As System.Boolean
    public System.bool UserInput {get;}
    See Also