Alt property

Alt 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

Determines whether the ALT key is a modifier for an accelerator.

Version added

4.0

Syntax

        
          intRet = object.Alt
      
        
          object
          .Alt = intExpression
      

intRet

Integer. True (-1) if the ALT key modifies an accelerator key in an AccelItem object; otherwise, False (0).

object

Required. An expression that returns an AccelItem object.

intExpression

Required Integer. True (non-zero) if the ALT key modifies an accelerator key in an AccelItem object; otherwise, False (0).