Copyright © 1998-2015 MultiMedia Soft

TextDescriptor.SpecialEffectFactor property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

integer for Visual Basic

 

 

Syntax

object.TextDescriptor.SpecialEffectFactor [=integer]

or

object.CellsManager.TextDescriptor(UniqueID).SpecialEffectFactor [=integer]

 

 

Remarks

Factor applied to the text's special effect.

This property has no effect if the TextDescriptor.SpecialEffect property is set to one of the following values:

EFFECT_NONE

EFFECT_RAISED

EFFECT_SUNKEN

The property value range is between 1 and 5: if the value exceeds this range, 1 is assumed.

 

 

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.