SelectAction.DeferredFocusableItem Property

Definition

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.

Applies to