ListField.GetItemFocusable(ShapeElement, ListItemSubField) 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.
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.