TabIndexDefaultValueCreator Method (Shape)
In This Topic
Syntax
'Declaration
Protected Overridable Function TabIndexDefaultValueCreator() As Integer
'Usage
Dim instance As Shape
Dim value As Integer
value = instance.TabIndexDefaultValueCreator()
protected virtual int TabIndexDefaultValueCreator()
See Also