NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.AxPropertyDescriptor.SetValue

[To be supplied.]

[Visual Basic]
Overrides Public Sub SetValue( _
   ByVal component As Object, _
   ByVal value As Object _
)
[C#]
public override void SetValue(
   object component,
   object value
);
[C++]
public: override void SetValue(
   Object* component,
   Object* value
);
[JScript]
public override function SetValue(
   component : Object,
   value : Object
);

Parameters

component
[To be supplied.]
value
[To be supplied.]

See Also

AxHost.AxPropertyDescriptor Class | AxHost.AxPropertyDescriptor Members | System.WinForms Namespace