Retrieves the CreationBundle for the given value. null will be returned if the value cannot be created from either a static method or constructor call.
[Visual Basic] Overrides Public Function GetCreationBundle( _ ByVal value As Object _ ) As CreationBundle [C#] public override CreationBundle GetCreationBundle( object value ); [C++] public: override CreationBundle* GetCreationBundle( Object* value ); [JScript] public override function GetCreationBundle( value : Object ) : CreationBundle;
VariantEditor Class | VariantEditor Members | System.ComponentModel.Design Namespace