C# Class ScrewTurn.Wiki.NavigationPathRow

Represents a navigation path for display purposes.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
NavigationPathRow ( NavigationPath path, bool canSelect, bool selected ) : System

Initializes a new instance of the T:NavigationPathRow class.

Method Details

NavigationPathRow() public method

Initializes a new instance of the T:NavigationPathRow class.
public NavigationPathRow ( NavigationPath path, bool canSelect, bool selected ) : System
path NavigationPath The original navigation path.
canSelect bool A value indicating whether the path can be selected.
selected bool A value indicating whether the navigation path is selected.
return System