Method GetErrorText
GetErrorText(TimelineClip)
Gets the error text for the specified clip.
선언
public string GetErrorText(TimelineClip clip)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TimelineClip | clip | The clip being drawn. |
반환
타입 | 설명 |
---|---|
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. |