| PdfPushButtonControlDownCaption Property |
Gets or sets the controls alternate (down) caption, displayed when the mouse button is pressed within its active area.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string DownCaption { get; set; }
Public Property DownCaption As String
Get
Set
public:
property String^ DownCaption {
String^ get ();
void set (String^ value);
}
member DownCaption : string with get, set
/** @property */
public String get_DownCaption()
/** @property */
public void set_DownCaption(String value)
function get_DownCaption();
function set_DownCaption(value);
Property Value
StringSee Also