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!

DecimalEditor.GetCreationBundle

Retrieves the CreationBundle for the given value. a null reference (in Visual Basic Nothing) 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;

Parameters

value
[To be supplied.]

See Also

DecimalEditor Class | DecimalEditor Members | System.ComponentModel.Design Namespace