AnnoUISetRubberStamp

Usage                  AnnoUISetRubberStamp (RubberStampType  As short);

Description         Sets the rubber stamp type used by the currently selected A_RUBBERSTAMP object.

Parameters         RubberStampType     BYTE        Specifies the type of the rubber stamp.

                                                                                    The following values are valid:

rubApproved                      = 1

rubAssigned                        = 2

rubChecked                        = 3

rubCopy                              = 4

rubDraft                             = 5

rubExtended                       = 6

rubFax                                = 7

rubFaxed                            = 8

rubImportant                     = 9

rubInvoice                           = 10

rubNotice                            = 11

rubOfficial                          = 12

rubOnFile                           = 13

rubPaid                               = 14

rubPassed                           = 15

rubPending                         = 16

rubProcessed                      = 17

rubReceived                        = 18

rubRejected                        = 19

rubRelease                          = 20

rubSent                               = 21

rubShipped                         = 22

rubTopSecret                     = 23

rubUrgent                           = 24

rubVoid                               = 25

rubSecret                            = 26

rubConfidential                  = 27

rubClient                             = 28

Return value      TRUE if repaint is necessary

Programming Notes      None

Code Example   None