Property | Type | Description | |
---|---|---|---|
m_eLayout | LayoutType | ||
m_sDescription | String | ||
m_sMenuText | String |
Method | Description | |
---|---|---|
LayoutInfo ( LayoutType layout, String menuText, String description ) : System |
Initializes a new instance of the LayoutInfo class.
|
Method | Description | |
---|---|---|
AssertValid ( ) : void |
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 |