TextBoxBase.IsReadOnlyCaretVisible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示唯讀文字方塊是否顯示插入號。
public:
property bool IsReadOnlyCaretVisible { bool get(); void set(bool value); };
public bool IsReadOnlyCaretVisible { get; set; }
member this.IsReadOnlyCaretVisible : bool with get, set
Public Property IsReadOnlyCaretVisible As Boolean
屬性值
如果唯讀文字方塊會顯示插入號則為 true
,否則為 false
。 預設為 false
。
備註
當 為 true
時 IsReadOnly ,使用者仍然可以選取並複製文字。 IsReadOnlyCaretVisible如果 屬性也設定為 true
,當文字方塊具有鍵盤焦點時,插入號會出現在文字方塊中。 當 為 false
時 IsReadOnly , IsReadOnlyCaretVisible 屬性沒有任何作用。