Range.TextVisibleOnScreen 属性

定义

返回 C#) 中的 整数 (int ,指示指定区域中的文本是否在屏幕上可见。 此为只读属性。

public:
 property int TextVisibleOnScreen { int get(); };
public int TextVisibleOnScreen { get; }
member this.TextVisibleOnScreen : int
Public ReadOnly Property TextVisibleOnScreen As Integer

属性值

注解

如果范围中的所有文本都可见, 则 TextVisibleOnScreen 属性返回 1;如果区域中没有可见文本,则返回 0;如果区域中的某些文本可见,则返回 -1,而某些文本不可见。 例如,不可见的文本可以是折叠标题中的文本。

适用于