Blog categories editor Web part

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

Syntax

C#
public class BlogCategoriesEditorPart : BaseWebControl, 
	INamingContainer, IWebEditor
Visual Basic
Public Class BlogCategoriesEditorPart
	Inherits BaseWebControl
	Implements INamingContainer, IWebEditor
Visual C++
public ref class BlogCategoriesEditorPart : public BaseWebControl, 
	INamingContainer, IWebEditor
F#
type BlogCategoriesEditorPart =  
    class
        inherit BaseWebControl
        interface INamingContainer
        interface IWebEditor
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      WebControlBase
        BaseWebControl
          MonoSoftware.MonoX..::..BlogCategoriesEditorPart

See Also