Menu skin editor part.

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

Syntax

C#
public class MenuSkinsEditorPart : BaseWebControl, 
	INamingContainer, IWebEditor
Visual Basic
Public Class MenuSkinsEditorPart
	Inherits BaseWebControl
	Implements INamingContainer, IWebEditor
Visual C++
public ref class MenuSkinsEditorPart : public BaseWebControl, 
	INamingContainer, IWebEditor
F#
type MenuSkinsEditorPart =  
    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..::..MenuSkinsEditorPart

See Also