C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonMessageBox.HelpInfo

파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
HelpInfo ( ) : System

Initialize a new instance of the HelpInfo class.

HelpInfo ( string helpFilePath ) : System

Initialize a new instance of the HelpInfo class.

HelpInfo ( string helpFilePath, HelpNavigator navigator ) : System

Initialize a new instance of the HelpInfo class.

HelpInfo ( string helpFilePath, HelpNavigator navigator, object param ) : System

Initialize a new instance of the HelpInfo class.

HelpInfo ( string helpFilePath, string keyword ) : System

Initialize a new instance of the HelpInfo class.

메소드 상세

HelpInfo() 공개 메소드

Initialize a new instance of the HelpInfo class.
public HelpInfo ( ) : System
리턴 System

HelpInfo() 공개 메소드

Initialize a new instance of the HelpInfo class.
public HelpInfo ( string helpFilePath ) : System
helpFilePath string Value for HelpFilePath.
리턴 System

HelpInfo() 공개 메소드

Initialize a new instance of the HelpInfo class.
public HelpInfo ( string helpFilePath, HelpNavigator navigator ) : System
helpFilePath string Value for HelpFilePath.
navigator HelpNavigator Value for Navigator
리턴 System

HelpInfo() 공개 메소드

Initialize a new instance of the HelpInfo class.
public HelpInfo ( string helpFilePath, HelpNavigator navigator, object param ) : System
helpFilePath string Value for HelpFilePath.
navigator HelpNavigator Value for Navigator
param object Value for Param
리턴 System

HelpInfo() 공개 메소드

Initialize a new instance of the HelpInfo class.
public HelpInfo ( string helpFilePath, string keyword ) : System
helpFilePath string Value for HelpFilePath.
keyword string Value for Keyword
리턴 System