Gets whether the note is attached.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsAttached() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As Boolean
value = instance.IsAttached()
|
C++/CLI | |
---|
bool IsAttached(); |
Return Value
True if note is attached with a leaderline, false otherwise
See Also