AutomationPeer.IsEnabled Method

Definition

Gets a value that indicates whether the element associated with this automation peer supports interaction.

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

Returns

Boolean

bool

true if the element supports interaction; otherwise, false.

Applies to