Property specifying when the note is displayed. A member of the AgENoteShowType enumeration.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property NoteVisible() As AgENoteShowType |
| [C#] |
|---|
public AgENoteShowType NoteVisible {get; set;} |
| [Managed C++] |
|---|
public: __property AgENoteShowType get_NoteVisible(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgENoteShowType getNoteVisible(); public void setNoteVisible( AgENoteShowType ); |
[Python - STK API ] |
|---|
@property def NoteVisible(self) -> "AgENoteShowType": @NoteVisible.setter def NoteVisible(self, pVal:"AgENoteShowType") -> None: |






