HasExtraLeader Method (ICustomSymbol)
Obsolete. Superseded by INote::HasExtraLeader.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function HasExtraLeader() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICustomSymbol
Dim value As System.Boolean
value = instance.HasExtraLeader() |
C# | |
---|
System.bool HasExtraLeader() |
C++/CLI | |
---|
System.bool HasExtraLeader(); |
See Also