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!

ComponentDesigner.OnInitializeShadowProperties

Called when the designer is intialized. This allows the designer to initialize the values of any shadow properties it has.

[Visual Basic]
Overridable Protected Sub OnInitializeShadowProperties()
[C#]
protected virtual void OnInitializeShadowProperties();
[C++]
protected: virtual void OnInitializeShadowProperties();
[JScript]
protected function OnInitializeShadowProperties();

See Also

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