SelectAction.DeferredFocusableItem Property    
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 the item that will become the selection's focused item if and when the OnClicked event occurs.
protected:
 property Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ DeferredFocusableItem { Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ get(); };
	protected Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem DeferredFocusableItem { get; }
	member this.DeferredFocusableItem : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
	Protected ReadOnly Property DeferredFocusableItem As DiagramItem
	Property Value
The item that will become the selection's focused item if and when the OnClicked event occurs.