The Microsoft.VisualBasic.PowerPacks namespace contains classes for the Visual Basic Power Packs controls. Visual Basic Power Packs controls are additional Windows Forms controls. They were originally released as free add-ins and are now included in Visual Studio.
For more information, see Visual Basic Power Packs Controls.
Classes
.gif) |
DataRepeater |
Displays data in a customizable list format. |
.gif) |
DataRepeaterAddRemoveItemsCancelEventArgs |
Provides data for the DeletingItems and UserDeletingItems events. |
.gif) |
DataRepeaterAddRemoveItemsEventArgs |
Provides data for the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events. |
.gif) |
DataRepeaterDataErrorEventArgs |
Provides data for the DataError event. |
.gif) |
DataRepeaterItem |
Used by the DataRepeater control to display data at run time. |
.gif) |
DataRepeaterItemCloneEventArgs |
Provides data for the ItemCloning event. |
.gif) |
DataRepeaterItemEventArgs |
Provides data for the DrawItem event. |
.gif) |
DataRepeaterItemValueEventArgs |
Provides data for the ItemValueNeeded and ItemValuePushed events. |
.gif) |
LineShape |
Represents a control displayed as a horizontal, vertical, or diagonal line. |
.gif) |
OvalShape |
Represents a control displayed as a circle or oval. |
.gif) |
RectangleShape |
Represents a control displayed as a square, rectangle, rounded square, or rounded rectangle. |
.gif) |
Shape |
Implements the basic functionality common to line and shape controls. |
.gif) |
ShapeCollection |
Represents a collection of Shape objects. |
.gif) |
ShapeContainer |
Provides a container for LineShape, OvalShape, RectangleShape controls, and for any other control that derives from Shape. |
.gif) |
SimpleShape |
Implements the basic functionality that is common to OvalShape and RectangleShape controls. |
Delegates
Enumerations
See Also
Reference
LineShape
OvalShape
RectangleShape
DataRepeater
PrintForm
Printer