ListViewItem.ListViewSubItem.Bounds Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le rectangle englobant de ListViewItem.ListViewSubItem.
public:
property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle Bounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bounds : System.Drawing.Rectangle
Public ReadOnly Property Bounds As Rectangle
Valeur de propriété
Rectangle englobant de ListViewItem.ListViewSubItem.
- Attributs
Remarques
Si le ListViewItem.ListViewSubItem n’a pas été ajouté à un ListViewItem ou si le propriétaire ListViewItem n’a pas été ajouté à un ListView, la Bounds propriété retourne un vide Rectangle.