public static int GetParentId (int id);

Parámetros

idThe progress indicator's unique ID.

Valor de retorno

int The unique ID of the progress indicator's parent. If the progress indicator is not a child of any other progress indicators, returns -1.

Descripción

Gets the unique ID of the progress indicator's parent, if any.