As our company's main hacker pronounced .NOT is good ; )
Debug.WriteIf(Convert.ToBoolean(ConfigurationSettings.AppSettings["Debugging"]),
DateTime.Now.ToString("yyyy:MM:dd -- hh:mm:ss --- ") + " PageToDebug.aspx ButtonToDebug_Click: \n" );
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
2 weeks ago