AutomationPeer.IsEnabled 方法

定义

获取一个值,该值指示与此自动化同级关联的元素是否支持交互。

public:
 virtual bool IsEnabled() = IsEnabled;
bool IsEnabled();
public bool IsEnabled();
function isEnabled()
Public Function IsEnabled () As Boolean

返回

Boolean

bool

如果元素支持交互,则为 true;否则为 false

适用于