TextBox.SelectionStart 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對目前選取範圍的開頭,取得或設定字元索引。
public:
property int SelectionStart { int get(); void set(int value); };
public int SelectionStart { get; set; }
member this.SelectionStart : int with get, set
Public Property SelectionStart As Integer
屬性值
目前選取範圍開頭的字元索引。
例外狀況
備註
如果指定的選取長度會導致選取範圍在歸位字元與換行字元之間結束,則選取長度會自動增加 1,讓產生的選取範圍跨越整個行尾標記。