ListViewItem.GetBounds(ItemBoundsPortion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified portion of the bounding rectangle for the item.
public:
System::Drawing::Rectangle GetBounds(System::Windows::Forms::ItemBoundsPortion portion);
public System.Drawing.Rectangle GetBounds (System.Windows.Forms.ItemBoundsPortion portion);
member this.GetBounds : System.Windows.Forms.ItemBoundsPortion -> System.Drawing.Rectangle
Public Function GetBounds (portion As ItemBoundsPortion) As Rectangle
Parameters
- portion
- ItemBoundsPortion
One of the ItemBoundsPortion values that represents a portion of the item for which to retrieve the bounding rectangle.
Returns
A Rectangle that represents the bounding rectangle for the specified portion of the item.
Remarks
The bounding rectangle returned by the GetBounds method represents only the section of the item specified in the portion
parameter. You can also call the GetItemRect methods of the ListView class to obtain the bounding rectangle of any item in a ListView control.