All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---System.CATEventSubscriber | +---System.CATCommand | +---CATRepShortHelp
Usage: you must use this class as is. You should never derive it.
public class CATRepShortHelp
Class to add a short message to the representation.
Role: This message is usually used to give a short help
about the representation.
When a representation is preactivated (see also CATPreactivate ) CATRepShortHelp will send a SHORTHELP_PREACTIVATED event and
the callback method will be activated.
In this callback method an application can display
a text within a balloon using
ShowShortHelp method.
public CATRepShortHelp( | ) |
public virtual ~CATRepShortHelp( | ) |
public void HideShortHelp( | ) |
public void ShowShortHelp( | CATUnicodeString | iText) |
Copyright © 2003, Dassault Systèmes. All rights reserved.