获取一个值,该值指示与该 RibbonGalleryItemAutomationPeer 关联的 RibbonGalleryItem 是否不在该屏幕上。 此方法由 IsOffscreen 调用。
命名空间: Microsoft.Windows.Automation.Peers
程序集: RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)
语法
声明
Protected Overrides Function IsOffscreenCore As Boolean
protected override bool IsOffscreenCore()
protected:
virtual bool IsOffscreenCore() override
abstract IsOffscreenCore : unit -> bool
override IsOffscreenCore : unit -> bool
protected override function IsOffscreenCore() : boolean
返回值
类型:System.Boolean
如果 RibbonGalleryItem 不可见,则为 true;否则为 false.
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。