On this pageTabDialogButton.selectedpublic bool selected { get; set; }CopyDescription#Get/Set if element is selectedUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TabDialogButton target) { bool result = target.selected; } }Copy