 | PdfiumFPDFFormControl_GetRolloverCaption Method |
The controls rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormControl_GetRolloverCaption(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetRolloverCaption (
frmControl As IntPtr
) As String
public:
static String^ FPDFFormControl_GetRolloverCaption(
IntPtr frmControl
)
static member FPDFFormControl_GetRolloverCaption :
frmControl : IntPtr -> string
public static String FPDFFormControl_GetRolloverCaption(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetRolloverCaption = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
StringString that represents controls rollover caption
See Also