On this pageITabStop.parentStopIdpublic Int32 parentStopId { get; set; }CopyDescription#Get/Set parent tab stop idUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ITabStop target) { int result = target.parentStopId; } }Copy