Method GetErrorText
GetErrorText(TimelineClip)
Gets the error text for the specified clip.
Declaration
public string GetErrorText(TimelineClip clip)
Parameters
Type | Name | Description |
---|---|---|
TimelineClip | clip | The clip being drawn. |
Returns
Type | Description |
---|---|
string | Returns the error text to be displayed as the tool tip for the clip. If there is no error to be displayed, this method returns string.Empty. |