'Declaration Public Overloads Sub SetWidget( _ ByVal page As ImGearPDFPage, _ ByVal rect As ImGearPDFFixedRect, _ ByVal caption As String _ )
'Usage Dim instance As PushButton Dim page As ImGearPDFPage Dim rect As ImGearPDFFixedRect Dim caption As String instance.SetWidget(page, rect, caption)
public void SetWidget( ImGearPDFPage page, ImGearPDFFixedRect rect, string caption )
public: void SetWidget( ImGearPDFPage* page, ImGearPDFFixedRect* rect, string* caption )
public: void SetWidget( ImGearPDFPage^ page, ImGearPDFFixedRect^ rect, String^ caption )
Parameters
- page
- The page to place the push button widget.
- rect
- The bounds of the push button widget.
- caption
- The caption to place on the push button widget.