1 reference to TCM_GETCURSEL
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
662
get => IsHandleCreated ? (int)PInvokeCore.SendMessage(this, PInvoke.
TCM_GETCURSEL
) : _selectedIndex;