AutomationPeer.IsEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.