ListViewInsertionMark.Bounds 属性

定义

获取插入标记的边框。

public:
 property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public ReadOnly Property Bounds As Rectangle

属性值

Rectangle

Rectangle 用于表示插入标记的位置和大小。

注解

插入标记边界矩形中的坐标相对于控件的 ListView 左上角。

适用于

另请参阅