MenuItemAutomationPeer.GetSizeOfSetCore Method

Definition

Gets the size of a set that contains this MenuItem.

protected:
 override int GetSizeOfSetCore();
protected override int GetSizeOfSetCore ();
override this.GetSizeOfSetCore : unit -> int
Protected Overrides Function GetSizeOfSetCore () As Integer

Returns

The value of PositionInSetProperty if it has been set, or its position relative to the parent ItemsControl or GroupItem control.

Applies to