SelectedShapesCollection.SelectFocusedItemOrAncestor 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.
Selects the currently focused item in the selection (which may or may not be selected). If it is not selectable, the parent chain will be searched for the first selectable ancestor. The focused item remains unchanged.
public:
void SelectFocusedItemOrAncestor();
public void SelectFocusedItemOrAncestor ();
member this.SelectFocusedItemOrAncestor : unit -> unit
Public Sub SelectFocusedItemOrAncestor ()