PluginDataView.OnBuildControls Method (Windows Embedded CE 6.0)

1/5/2010

Override this method if this view has any child controls that are built manually.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

protected virtual void OnBuildControls ()
'Declaration
Protected Overridable Sub OnBuildControls

Remarks

If you are using the Visual Studio Designer to create your view, you could move the call to InitializeComponent() to this method. This method is not called until the view is about to be displayed for the first time, so load-time performance is improved by placing InitializeComponent() in this method.

This method is guaranteed to run in the primary UI thread.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PluginDataView Class
PluginDataView Members
Microsoft.RemoteToolSdk.PluginComponents Namespace