Attempts to compose a value of this editor's type from the given array of values. If it is successful, it returns the composed value, otherwise it returns null. This array of values is usually a modified version of the values contained in the sub properties returned by GetSubProperties(). This method will only be called if the StyleProperties style is present.
[Visual Basic] Overrides Public Function GetValueFromSubPropertyValues( _ ByVal values() As Object _ ) As Object [C#] public override object GetValueFromSubPropertyValues( object[] values ); [C++] public: override Object* GetValueFromSubPropertyValues( Object* values[] ); [JScript] public override function GetValueFromSubPropertyValues( values : Object[] ) : Object;
value that results from the composition of the inputs. (null if a composition wasn't possible.)
OldArrayEditor Class | OldArrayEditor Members | System.ComponentModel.Design Namespace