Documentación de la API > Drawings and detail > Object ProDtlnotedata > Function ProDtlnotedataReadonlySet
Function ProDtlnotedataReadonlySet
Description
Sets read-only flag for the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnotedataReadonlySet
(
/* (In)
The note data.
*/
ProBoolean read_only
/* (In)
PRO_B_TRUE to make note read-only, PRO_B_FALSE otherwise
*/
)
Returns
Success;
One or more arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?