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

属性

适用于

另请参阅