Click or drag to resize

PdfiumFPDFFormControl_GetNormalCaption Method

The controls normal caption, displayed when it is not interacting with the user.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFFormControl_GetNormalCaption(
	IntPtr frmControl
)

Parameters

frmControl  IntPtr
Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.

Return Value

String
String that represents controls normal caption
See Also