ButtonBitmapUp property (ILEADRasterAnnToolBar)
long ButtonBitmapUp (short iButtonIndex); | |
Overview |
Refer to Annotation Toolbar. |
Remarks
Contains a bitmap used to paint the specified button when the button is up. If the ButtonBitmapDown property is NULL, the control will assume the same bitmap is used to paint the button whether it is up or down.
The bitmap should have the one of the following sets of dimensions, depending on the toolbar style you are using:
Old style toolbar (16, 15)
New XP style toolbar (24, 24)
If using the old style toolbar, It is recommended that all bitmaps used for the annotation buttons should use the same palette.
Note: |
In Version 14.5, you need to first enable the display of the XP style toolbar by calling the AnnSetOptions method with the ANN_OPTIONS_NEW_TOOLBAR flag set. For more information, refer to New Annotation Features of Version 14.5. |
See Also