 | PdfiumFPDFFormControl_GetNormalCaption Method |
The controls normal caption, displayed when it is not interacting with the user.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormControl_GetNormalCaption(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetNormalCaption (
frmControl As IntPtr
) As String
public:
static String^ FPDFFormControl_GetNormalCaption(
IntPtr frmControl
)
static member FPDFFormControl_GetNormalCaption :
frmControl : IntPtr -> string
public static String FPDFFormControl_GetNormalCaption(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetNormalCaption = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
StringString that represents controls normal caption
See Also