ImageGear .NET
DefaultValue Property (CheckBox)




Gets or sets the default value of the field.
Syntax
public string DefaultValue {get; set;}
public: __property string* get_DefaultValue();
public: __property void set_DefaultValue( 
   string* value
);
public:
property String^ DefaultValue {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property DefaultValue As String
 
'Usage
 
Dim instance As CheckBox
Dim value As String
 
instance.DefaultValue = value
 
value = instance.DefaultValue

Property Value

Either "Off" or the export value of one of the options.
Exceptions
ExceptionDescription
System.ExceptionWhen attempting to enter a value that does not exist as an option in the field.
See Also

Reference

CheckBox Class
CheckBox Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback