Copyright © 1998-2015 MultiMedia Soft

TextDescriptor.Visible property

Previous pageReturn to chapter overviewNext page

Type

BOOL for Visual C++

boolean for Visual Basic

 

 

Syntax

object.TextDescriptor.Visible [=boolean]

or

object.CellsManager.TextDescriptor(UniqueID).Visible [=boolean]

 

 

Remarks

Boolean value that hides/shows the selected text. By default text is visible.

Supported values are the following:

Value

Meaning

FALSE

Text is hidden.

TRUE (default)

Text is visible.

 

 

See also

TextDescriptor object.

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

How to put text over the button section.

How to manage cells section.