共用方式為


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

適用於

另請參閱