 | PdfCheckBoxControlNormalCaption Property |
The controls normal caption, displayed when it is not interacting with the user.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string NormalCaption { get; set; }
Public Property NormalCaption As String
Get
Set
public:
property String^ NormalCaption {
String^ get ();
void set (String^ value);
}
member NormalCaption : string with get, set
/** @property */
public String get_NormalCaption()
/** @property */
public void set_NormalCaption(String value)
function get_NormalCaption();
function set_NormalCaption(value);
Property Value
String
See Also