 | PdfiumFPDFFormControl_GetDownCaption Method |
The controls alternate (down) caption, displayed when the mouse button is pressed within its active area.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormControl_GetDownCaption(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetDownCaption (
frmControl As IntPtr
) As String
public:
static String^ FPDFFormControl_GetDownCaption(
IntPtr frmControl
)
static member FPDFFormControl_GetDownCaption :
frmControl : IntPtr -> string
public static String FPDFFormControl_GetDownCaption(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetDownCaption = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
StringString that represents controls down caption
See Also