ItemAutomationPeer.IsControlElementCore 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 UIElement that is associated with this ItemAutomationPeer is understood by the end user as interactive.
protected:
override bool IsControlElementCore();
protected override bool IsControlElementCore ();
override this.IsControlElementCore : unit -> bool
Protected Overrides Function IsControlElementCore () As Boolean
Returns
true
if the element is a control; otherwise, false
.
Remarks
The UIElement corresponds to the data item in the Items collection. The user might understand the UIElement as contributing to the logical structure of the control in the GUI. This method is called by IsControlElement.
Applies to
See also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET