-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Si Carter edited this page Jul 13, 2017
·
1 revision
Welcome to the SharedControls wiki!
SharedControls is a library of shared controls for use in c# projects.
Includes:
-
BaseWizardPage - Base wizard page. The base wizard page contains virtual methods for manipulating the wizard and showing a page, including determining the size of the page.
-
WizardForm - Wizard Form. Form which displays a wizard and loads all pages.
-
SpellChecker - Spell checking form to check spelling on text boxes.
-
TextBlock - TextBlock control - allows for non visible block of text to be placed on a form.