Control.ControlAccessibleObject.RaiseLiveRegionChanged 方法

定义

引发 LiveRegionChanged UI 自动化事件。

public:
 override bool RaiseLiveRegionChanged();
public override bool RaiseLiveRegionChanged ();
override this.RaiseLiveRegionChanged : unit -> bool
Public Overrides Function RaiseLiveRegionChanged () As Boolean

返回

Boolean

如果此操作成功,则为 true;否则为 false

例外

所有者控件不是活动区域。

注解

若要使此方法有效,控件必须实现System.Windows.Forms.Automation.IAutomationLiveRegion接口,并且其LiveSetting属性必须返回或Assertive返回AutomationLiveSetting.Polite。 此外,应用程序必须重新编译为目标.NET Framework 4.8,或使用兼容性开关选择加入此功能。

适用于