Share via


ListItemSubField.GetFocusable Method

Gets a value indicating whether this shape field can receive focus.

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 Overrides Function GetFocusable ( _
    parentShape As ShapeElement, _
    parentField As ShapeField _
) As Boolean
public override bool GetFocusable(
    ShapeElement parentShape,
    ShapeField parentField
)
public:
virtual bool GetFocusable(
    ShapeElement^ parentShape, 
    ShapeField^ parentField
) override
abstract GetFocusable : 
        parentShape:ShapeElement * 
        parentField:ShapeField -> bool 
override GetFocusable : 
        parentShape:ShapeElement * 
        parentField:ShapeField -> bool 
public override function GetFocusable(
    parentShape : ShapeElement, 
    parentField : ShapeField
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListItemSubField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace