'Declaration
Public Function HideTextEditBox( _ ByVal SaveText As Boolean _ ) As GdPictureStatus
public GdPictureStatus HideTextEditBox( bool SaveText )
public function HideTextEditBox( SaveText: Boolean ): GdPictureStatus;
public function HideTextEditBox( SaveText : boolean ) : GdPictureStatus;
public: GdPictureStatus HideTextEditBox( bool SaveText )
public: GdPictureStatus HideTextEditBox( bool SaveText )
Parameters
- SaveText
- Set this parameter to true to save the currently defined text to the related annotation object, otherwise set it to false.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.