Returns the logical sub properties of a given value. These sub properties represent values that together compose the given value. Each of these values can be edited by the user, and getValueFromSubPropertyValues() will be called to see if a new set of values can compose a new value of this type. This method will only be called if the StyleProperties style is present.
[Visual Basic] Overrides Public Function GetSubProperties( _ ByVal value As Object _ ) As SubProperty () [C#] public override SubProperty[] GetSubProperties( object value ); [C++] public: override SubProperty* GetSubProperties( Object* value ) []; [JScript] public override function GetSubProperties( value : Object ) : SubProperty[];
subproperties The decomposition of the value into editable values.
RedirectValueEditor Class | RedirectValueEditor Members | System.WinForms.ComponentModel Namespace