Public Methods (see also Protected Methods)

  Name Description
public method ApplySize  This method defines the size of the control add-in specified with the parameters width and height. Use this in OnInitialize to adjust the size as the page opens.(Inherited from WinFormsControlAddInBase)
public method Dispose  Overloaded. Releases the resources used by the WinFormsControlAddInBase. (Inherited from WinFormsControlAddInBase)
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method Initialize  Sets the IControlAddInSite for the control add-in.(Inherited from WinFormsControlAddInBase)
public method PreInitialize  This is used internally only.(Inherited from WinFormsControlAddInBase)
public method ToString  (Inherited from Object)

Protected Methods

  Name Description
protected method CreateControl  Creates the Windows Forms control for the control add-in.(Inherited from WinFormsControlAddInBase)
protected method Dispose  Overloaded. Releases the resources used by the WinFormsControlAddInBase. (Inherited from WinFormsControlAddInBase)
protected method Finalize  Overridden. Finalizes an instance of the WinFormsControlAddInBase class.(Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method OnCaptionChanged  Called when the Caption property on the Site property has changed.(Inherited from WinFormsControlAddInBase)
protected method OnEditableChanged Overridden. Called when the Editable property on the Site property has changed.
protected method OnEnabledChanged  Called when the Enabled property on the Site property has changed.(Inherited from WinFormsControlAddInBase)
protected method OnInitialize Overridden. Called when Initialize is initialized.
protected method OnStyleChanged  Called when the Style property on the Site property has changed.(Inherited from WinFormsControlAddInBase)
protected method OnValidationResultChanged  Called when the ValidationResult property on the Site property has changed.(Inherited from WinFormsControlAddInBase)
protected method OnVisibleChanged  Called when the Visible property on the Site property has changed.(Inherited from WinFormsControlAddInBase)
protected method RaiseControlAddInEvent Raises the ControlAddIn event.

See Also