Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownClosingEventArgs Class / Value Property


In This Topic
Value Property (DropDownClosingEventArgs)
In This Topic
Gets or sets the value from the drop-down dialog.
Syntax
'Declaration
 
Public Property Value As Object
 
'Usage
 
Dim instance As DropDownClosingEventArgs
Dim value As Object
 
instance.Value = value
 
value = instance.Value

Property Value

An object that indicates the value from the drop-down dialog.
Remarks
The property retrieves the value of the drop-down dialog.
See Also