|
ArrayPropertyDescriptorGetValue Method
|
Gets a value from the array.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public override Object GetValue(
Object component
)
Public Overrides Function GetValue (
component As Object
) As Object
Request Example
View SourceParameters
- component
- Type: SystemObject
Return Value
Type:
ObjectSee Also