'Declaration Public Sub RemoveWidget( _ ByVal widget As WidgetAnnotation _ )
'Usage Dim instance As Field Dim widget As WidgetAnnotation instance.RemoveWidget(widget)
public void RemoveWidget( WidgetAnnotation widget )
public: void RemoveWidget( WidgetAnnotation* widget )
public: void RemoveWidget( WidgetAnnotation^ widget )
Parameters
- widget
- The widget to be removed from the field.