Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / CheckRegenParams Method
The devDept.Eyeshot.RegenParams data.

In This Topic
    CheckRegenParams Method
    In This Topic
    All the Text derived classes must call this method at the beginning of the Regen(RegenParams) method.
    Syntax
    'Declaration
     
    Protected Sub CheckRegenParams( _
       ByVal data As RegenParams _
    ) 
    protected void CheckRegenParams( 
       RegenParams data
    )

    Parameters

    data
    The devDept.Eyeshot.RegenParams data.
    See Also