コード例 #1
0
        public static string GetToolTipText(string toolTipId)
        {
            ToolTipSection section = GetSection();

            return(section.ToolTips[toolTipId].Text);
        }
コード例 #2
0
 public static ToolTipSection GetSection()
 {
     return(_configSection ?? (_configSection = ConfigurationManager.GetSection(CONFIG_SECTION_NAME) as ToolTipSection));
 }