Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AutomationElement.AutomationElementInformation.IsContentElement Property
Definition
- Namespace:
- System.Windows.Automation
- Assembly:
- UIAutomationClient.dll
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 specifies whether the element is a content element.
public:
property bool IsContentElement { bool get(); };
public bool IsContentElement { get; }
member this.IsContentElement : bool
Public ReadOnly Property IsContentElement As Boolean
Property Value
true if the element is a content element; otherwise false.
Remarks
A content element contains data that is presented to the user. Examples of content elements are the items in a list box or a button on a dialog box. Non-content elements, also called peripheral elements, are typically used to manipulate the content in a composite control; for example, the button on a drop-down control.
For more information, see IsContentElementProperty.
Applies to
See also
Feedback
Was this page helpful?
