C# 클래스 Smrf.AppLib.FolderPathControl

Control for getting the path to an existing folder.
Set the FolderPath property after the control is created. To retrieve the folder path , call Validate, and if returns true, read the FolderPath property.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_bAllowEmptyFolderPath System.Boolean
m_sBrowsePrompt String
m_sFolderPath String

공개 메소드들

메소드 설명
FolderPathControl ( ) : System

Initializes a new instance of the FolderPathControl class.

Validate ( ) : System.Boolean

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean

비공개 메소드들

메소드 설명
AssertValid ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnBrowse_Click ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoDataExchange() 보호된 메소드

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
리턴 System.Boolean

FolderPathControl() 공개 메소드

Initializes a new instance of the FolderPathControl class.
public FolderPathControl ( ) : System
리턴 System

Validate() 공개 메소드

public Validate ( ) : System.Boolean
리턴 System.Boolean

프로퍼티 상세

m_bAllowEmptyFolderPath 보호되어 있는 프로퍼티

protected Boolean,System m_bAllowEmptyFolderPath
리턴 System.Boolean

m_sBrowsePrompt 보호되어 있는 프로퍼티

protected String m_sBrowsePrompt
리턴 String

m_sFolderPath 보호되어 있는 프로퍼티

protected String m_sFolderPath
리턴 String