C# Class ArcGISCompare.zHelpClass

Datei anzeigen Open project: Zekiah/ArcGISCompare Class Usage Examples

Public Properties

Property Type Description
currentHelp string
currentName string
currentPage int
isValidHelp System.Boolean
totalPages int

Public Methods

Method Description
DisplayPage ( int pageNumber, System.Windows.Forms.RichTextBox theHelpBox ) : System.Boolean
zHelpClass ( XmlDocument zFile ) : System

Method Details

DisplayPage() public method

public DisplayPage ( int pageNumber, System.Windows.Forms.RichTextBox theHelpBox ) : System.Boolean
pageNumber int
theHelpBox System.Windows.Forms.RichTextBox
return System.Boolean

zHelpClass() public method

public zHelpClass ( XmlDocument zFile ) : System
zFile System.Xml.XmlDocument
return System

Property Details

currentHelp public_oe property

public string currentHelp
return string

currentName public_oe property

public string currentName
return string

currentPage public_oe property

public int currentPage
return int

isValidHelp public_oe property

public Boolean,System isValidHelp
return System.Boolean

totalPages public_oe property

public int totalPages
return int