ImageGear .NET - Updated October 26, 2017
Value Property (ComboBox)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ComboBox Class : Value Property
Gets or sets the value of the field. The value may be the export value of one of the options, or, if Edit is set, it may specify a custom text.
Syntax
'Declaration
 
Public Property Value As String
 
'Usage
 
Dim instance As ComboBox
Dim value As String
 
instance.Value = value
 
value = instance.Value

Property Value

The export value of one of the options or a custom text.
Exceptions
ExceptionDescription
If Edit is not set, attempting to enter a value that does not exist as an option in the field.
See Also

Reference

ComboBox Class
ComboBox Members