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