This documentation is archived and is not being maintained.
Microsoft.VisualBasic.PowerPacks Namespace
Visual Studio 2005
The Microsoft.VisualBasic.PowerPacks namespace contains Shape and Line controls for use with Visual Basic.
For more information, see Introduction to the Line and Shape Controls.
| Class | Description | |
|---|---|---|
![]() | DataRepeater | Displays data in a customizable list format. |
![]() | DataRepeaterAddRemoveItemsCancelEventArgs | Provides data for the DeletingItems and UserDeletingItems events. |
![]() | DataRepeaterAddRemoveItemsEventArgs | Provides data for the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events. |
![]() | DataRepeaterDataErrorEventArgs | Provides data for the DataError event. |
![]() | DataRepeaterItem | Used by the DataRepeater control to display data at run time. |
![]() | DataRepeaterItemCloneEventArgs | Provides data for the ItemCloning event. |
![]() | DataRepeaterItemEventArgs | Provides data for the DrawItem event. |
![]() | DataRepeaterItemValueEventArgs | Provides data for the ItemValueNeeded and ItemValuePushed events. |
![]() | LineShape | Represents a control displayed as a horizontal, vertical, or diagonal line. |
![]() | OvalShape | Represents a control displayed as a circle or oval. |
![]() | RectangleShape | Represents a control displayed as a square, rectangle, rounded square, or rounded rectangle. |
![]() | Shape | Implements the basic functionality common to line and shape controls. |
![]() | ShapeCollection | Represents a collection of Shape objects. |
![]() | ShapeContainer | Provides a container for LineShape, OvalShape, RectangleShape controls, and for any other control that derives from Shape. |
![]() | SimpleShape | Implements the basic functionality that is common to OvalShape and RectangleShape controls. |
| Delegate | Description | |
|---|---|---|
![]() | DataRepeaterAddRemoveItemsCancelEventHandler | Represents the method that handles the DeletingItems and UserDeletingItems events. |
![]() | DataRepeaterAddRemoveItemsEventHandler | Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events. |
![]() | DataRepeaterDataErrorEventHandler | Represents the method that will handle the DataError event. |
![]() | DataRepeaterItemCloneEventHandler | Represents the method that will handle the ItemCloning event. |
![]() | DataRepeaterItemEventHandler | Represents the method that will handle the DrawItem event. |
![]() | DataRepeaterItemValueEventHandler | Represents the method that will handle the ItemValueNeeded and ItemValuePushed events. |
| Enumeration | Description | |
|---|---|---|
![]() | BackStyle | Specifies the background transparency for an OvalShape or RectangleShape control. |
![]() | DataRepeaterLayoutStyles | Provides an enumeration for specifying the orientation of items in a DataRepeater control. |
![]() | FillGradientStyle | Specifies the fill gradient style for an OvalShape or RectangleShape control. |
![]() | FillStyle | Specifies the fill gradient style for an OvalShape or RectangleShape control. |
Show:
