Microsoft.VisualBasic.PowerPacks Namespace

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

  Class Description
Public class DataRepeater Displays data in a customizable list format.
Public class DataRepeaterAddRemoveItemsCancelEventArgs Provides data for the DeletingItems and UserDeletingItems events.
Public class DataRepeaterAddRemoveItemsEventArgs Provides data for the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Public class DataRepeaterDataErrorEventArgs Provides data for the DataError event.
Public class DataRepeaterItem Used by the DataRepeater control to display data at run time.
Public class DataRepeaterItemCloneEventArgs Provides data for the ItemCloning event.
Public class DataRepeaterItemEventArgs Provides data for the DrawItem event.
Public class DataRepeaterItemValueEventArgs Provides data for the ItemValueNeeded and ItemValuePushed events.
Public class LineShape Represents a control displayed as a horizontal, vertical, or diagonal line.
Public class OvalShape Represents a control displayed as a circle or oval.
Public class RectangleShape Represents a control displayed as a square, rectangle, rounded square, or rounded rectangle.
Public class Shape Implements the basic functionality common to line and shape controls.
Public class ShapeCollection Represents a collection of Shape objects.
Public class ShapeContainer Provides a container for LineShape, OvalShape, RectangleShape controls, and for any other control that derives from Shape.
Public class SimpleShape Implements the basic functionality that is common to OvalShape and RectangleShape controls.

Delegates

  Delegate Description
Public delegate DataRepeaterAddRemoveItemsCancelEventHandler Represents the method that handles the DeletingItems and UserDeletingItems events.
Public delegate DataRepeaterAddRemoveItemsEventHandler Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Public delegate DataRepeaterDataErrorEventHandler Represents the method that will handle the DataError event.
Public delegate DataRepeaterItemCloneEventHandler Represents the method that will handle the ItemCloning event.
Public delegate DataRepeaterItemEventHandler Represents the method that will handle the DrawItem event.
Public delegate DataRepeaterItemValueEventHandler Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.

Enumerations

  Enumeration Description
Public enumeration BackStyle Specifies the background transparency for an OvalShape or RectangleShape control.
Public enumeration DataRepeaterLayoutStyles Provides an enumeration for specifying the orientation of items in a DataRepeater control.
Public enumeration FillGradientStyle Specifies the fill gradient style for an OvalShape or RectangleShape control.
Public enumeration FillStyle Specifies the fill gradient style for an OvalShape or RectangleShape control.

See Also

Reference

LineShape

OvalShape

RectangleShape

DataRepeater

PrintForm

Printer