LineDisplayCapabilities.CanReadCharacterAtCursor 属性

定义

获取行显示是否支持在当前光标位置读取字符。

public:
 property bool CanReadCharacterAtCursor { bool get(); };
bool CanReadCharacterAtCursor();
public bool CanReadCharacterAtCursor { get; }
var boolean = lineDisplayCapabilities.canReadCharacterAtCursor;
Public ReadOnly Property CanReadCharacterAtCursor As Boolean

属性值

Boolean

bool

如此 如果行显示支持在光标处读取字符;否则为 false。

适用于