Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.Visible property

Previous pageReturn to chapter overviewNext page

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.

TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.

How to add text to the control section.

How to manage cells section.