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

屬性值

A Rectangle 代表插入標記的位置與大小。

備註

插入標記邊界矩形中的座標相對於控制器的 ListView 左上角。

適用於

另請參閱