Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.Visible property 
 
Type
[Visual Basic] 
Public Property Visible As Boolean 
 
[C#] 
public bool Visible {get; set;} 
 
[C++] 
public: __property bool get_Visible(); 
public: __property void set_Visible(bool);
 
 
Remarks
Boolean value that hides/shows the selected text. By default a text is always visible. 
Supported values are the following: 
Value
Meaning
False
Text is hidden.
True (default)
Text is visible.
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index