ListItemSubField.GetFocusable(ShapeElement, ShapeField) Méthode

Définition

Obtient une valeur indiquant si ce champ de forme peut recevoir le focus.

public:
 override bool GetFocusable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public override bool GetFocusable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
override this.GetFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> bool
Public Overrides Function GetFocusable (parentShape As ShapeElement, parentField As ShapeField) As Boolean

Paramètres

parentShape
ShapeElement

ShapeElement parent de ce ShapeSubField.

parentField
ShapeField

ShapeField parent de ce ShapeSubField.

Retours

Boolean

true si ce champ de forme peut recevoir le focus.

S’applique à