ListField.GetItemFocusable(ShapeElement, ListItemSubField) Method

Definition

Gets a value indicating whether the specified list item is focusable.

public:
 virtual bool GetItemFocusable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ListItemSubField ^ listItem);
public virtual bool GetItemFocusable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField listItem);
abstract member GetItemFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField -> bool
override this.GetItemFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField -> bool
Public Overridable Function GetItemFocusable (parentShape As ShapeElement, listItem As ListItemSubField) As Boolean

Parameters

parentShape
ShapeElement

The ShapeElement to which this ListField belongs.

listItem
ListItemSubField

List item to get focusable value for.

Returns

True if the specified list item is focusable.

Applies to