BasePart is a parent of all Web parts in MonoX framework. It actually wraps and inherits from UserControl (not WebPart), allowing easy design of the custom MonoX modules without in-depth knowledge of custom control programming.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

C#
public class BasePart : UserControl, IWebPart, 
	IWebEditable, IWebActionable
Visual Basic
Public Class BasePart _
	Inherits UserControl _
	Implements IWebPart, IWebEditable, IWebActionable
Visual C++
public ref class BasePart : public UserControl, 
	IWebPart, IWebEditable, IWebActionable

Inheritance Hierarchy

See Also