private void BtnRearrangeCriteriaHelpClick(object sender, EventArgs e) { TBalloonTip BalloonTip = new TBalloonTip(); BalloonTip.ShowBalloonTipHelp( "Rearrange Find Criteria", "* Individual Find Critiera Fields can be moved as needed by using the four 'Move' buttons.\r\n" + " This allows for arranging the Find Critiera Fields on screen exactly as you prefer.\r\n" + "* Click on a label to the left of a Find Criteria Field to start.", btnRearrangeCriteriaHelp); }
private void BtnFindCriteriaHelpClick(object sender, EventArgs e) { TBalloonTip BalloonTip = new TBalloonTip(); BalloonTip.ShowBalloonTipHelp( "Find Criteria", "* Individual Find Critiera Fields can be shown or hidden as needed by checking or\r\n" + " unchecking the box next to them." + "\r\n" + "* The 'Exact Partner Key Match' option determines whether an entered Partner Key is\r\n" + " taken exactly as it is, or whether trailing zeroes ( 0 ) are treated as wildcards.\r\n" + "* The 'Show \"Matching Pattern\"' option shows or hides the Criteria Match Buttons for\r\n" + " Find Criteria that consist of characters.", btnFindCriteriaHelp); }