LAnnAutomation::GetAutoTextLen
#include "ltwrappr.h"
virtual L_SIZE_T LAnnAutomation::GetAutoTextLen(uItem)
L_UINT uItem; |
/* constant for the specified item*/ |
Gets the length of the current character string for a menu or dialog box item associated with automated annotations. This function is available in the Document/Medical Toolkits.
Parameter |
Description |
uItem |
Constant that specifies the menu or dialog box item, which appears when the user presses the right mouse button. For lists of constants and their default values, refer to the following: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns
The length of the item's current character string.
Required DLLs and Libraries
LTANN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
LAnnAutomation::GetAutoText, LAnnAutomation::SetAutoText, Class Members, LAnnAutomation::SetAutoHilightPen, LAnnotation::SetAutoSnapCursor, LAnnotation::GetAutoSnapCursor |
Topics: |
Example
For an example, refer to LAnnAutomation::GetAutoText.