C# Class Gwen.ControlInternal.MenuDivider

Divider menu item.
Inheritance: ControlBase
Show file Open project: gered/gwen-dotnet Class Usage Examples

Public Methods

Method Description
MenuDivider ( Base parent ) : System

Initializes a new instance of the MenuDivider class.

Protected Methods

Method Description
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

Method Details

MenuDivider() public method

Initializes a new instance of the MenuDivider class.
public MenuDivider ( Base parent ) : System
parent Base Parent control.
return System

Render() protected method

Renders the control using specified skin.
protected Render ( Skin.Base skin ) : void
skin Skin.Base Skin to use.
return void