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