Help property

Help property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Gets or sets the help string for a shape.

Version added

3.0

Syntax

        
          strRet = object.Help
      
        
          object.Help = strExpression
      

strRet

String. The current help string.

object

Required. An expression that returns a Shape object.

strExpression

Required String. The new help string.

Remarks

Using the Help property is equivalent to entering a value in the Help box for a shape in the Special dialog box (click Special on the Format menu). The limit for a help string is 127 characters.