C# Class Smrf.NodeXL.ApplicationUtil.LayoutInfo

Provides information about a layout supported by the class.
Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_eLayout LayoutType
m_sDescription String
m_sMenuText String

Public Methods

Method Description
LayoutInfo ( LayoutType layout, String menuText, String description ) : System

Initializes a new instance of the LayoutInfo class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

LayoutInfo() public method

Initializes a new instance of the LayoutInfo class.
public LayoutInfo ( LayoutType layout, String menuText, String description ) : System
layout LayoutType /// Layout type. ///
menuText String /// Text to display in a menu item that represents the layout. Must /// contain an ampersand that specifies the menu shortcut key. ///
description String /// Friendly description of the layout. ///
return System

Property Details

m_eLayout protected property

protected LayoutType m_eLayout
return LayoutType

m_sDescription protected property

protected String m_sDescription
return String

m_sMenuText protected property

protected String m_sMenuText
return String