IVsSelectionContext.IsDiagramSelected Method

Definition

Determines if the current selection is a diagram

public:
 bool IsDiagramSelected();
public bool IsDiagramSelected ();
abstract member IsDiagramSelected : unit -> bool
Public Function IsDiagramSelected () As Boolean

Returns

true: If current selection is a diagram. false: If nothing is selected or if selected element is not a diagram

Applies to