ListBox.UseCustomTabOffsets 屬性

定義

取得或設定值,指出 ListBox 是否會在它繪製字串時,使用 CustomTabOffsets 整數陣列辨認並展開定位字元。

public:
 property bool UseCustomTabOffsets { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool UseCustomTabOffsets { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.UseCustomTabOffsets : bool with get, set
Public Property UseCustomTabOffsets As Boolean

屬性值

Boolean

如果 ListBox 會辨認並展開定位字元,則為 true,否則為 false。 預設為 false

屬性

適用於

另請參閱