Infolink

 

Search This Blog

Showing posts with label using HelpProvider Class. Show all posts
Showing posts with label using HelpProvider Class. Show all posts

Apr 5, 2014

contextual help dialogs using HelpProvider Class

The HelpProvider control offers contextual help dialogs. Sometimes a user wants a verbose description of a control. With HelpProvider we provide this description by adding a Help button and setting some properties.

using System;
using System.Drawing;
using System.Windows.Forms;

Related Posts Plugin for WordPress, Blogger...