Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value indicating whether this ShapeSubField is focusable.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public MustOverride Function GetFocusable ( _
parentShape As ShapeElement, _
parentField As ShapeField _
) As Boolean
public abstract bool GetFocusable(
ShapeElement parentShape,
ShapeField parentField
)
public:
virtual bool GetFocusable(
ShapeElement^ parentShape,
ShapeField^ parentField
) abstract
abstract GetFocusable :
parentShape:ShapeElement *
parentField:ShapeField -> bool
public abstract function GetFocusable(
parentShape : ShapeElement,
parentField : ShapeField
) : boolean
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The parent ShapeElement of this ShapeSubField.
- parentField
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
The parent ShapeField of this ShapeSubField.
Return Value
Type: System.Boolean
Remarks
If a ShapeSubField is focusable, it can receive and process keyboard events. A focusable ShapeSubField does not have to be selectable.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.