Hidden

Top  Previous  Next

 

This property specifies whether the annotation should not to be displayed, printed, or allowed to be interact with the user.

 

Syntax

 

[VC++]

BOOL GetHidden();

void SetHidden(BOOL bNewValue);

 

[CS]

public abstract new bool Hidden [  get,  set ]

 

[VB]

Property Hidden As Boolean