AutomationPeer.IsContentElement Method

Definition

Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user.

public:
 virtual bool IsContentElement() = IsContentElement;
bool IsContentElement();
public bool IsContentElement();
function isContentElement()
Public Function IsContentElement () As Boolean

Returns

Boolean

bool

true if the element is a content element; otherwise, false.

Applies to