Edit Mode Strategy using a Windows Forms GroupBox Control
description This solution demonstrates how to use a Windows Forms GroupBox control to implement an edit mode strategy.
get resource -> C# Example
VB Example
ScreenShot
environment VS2005
language VB & C#
namespace System.Windows.Forms.GroupBox
tags edit mode, groupbox, windows forms

An edit mode strategy is a strategy for enabling and disabling data editing controls on an application form.

The Windows Form GroupBox control is a container control; it can be used to logically group a collection of controls on a form.

This solution demonstrates how to use a GroupBox to switch between editing allowed and editing not allowed.

Copyright © 2001-2009 aZ Software Developers. All rights reserved.

 

.