C# 클래스 Smrf.NodeXL.ExcelTemplate.LayoutUserSettingsDialog

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oLayoutUserSettings LayoutUserSettings
m_oLayoutUserSettingsDialogUserSettings LayoutUserSettingsDialogUserSettings

공개 메소드들

메소드 설명
AssertValid ( ) : void
LayoutUserSettingsDialog ( ) : System

Initializes a new instance of the class for the Visual Studio designer.

Do not use this constructor. It is for use by the Visual Studio designer only.

LayoutUserSettingsDialog ( LayoutUserSettings layoutUserSettings ) : System

Initializes a new instance of the class with a LayoutUserSettings object.

보호된 메소드들

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

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
EnableControls ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void
btnResetAll_Click ( object sender, EventArgs e ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 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 ( Boolean bFromControls ) : Boolean
bFromControls Boolean
리턴 Boolean

EnableControls() 보호된 메소드

protected EnableControls ( ) : void
리턴 void

LayoutUserSettingsDialog() 공개 메소드

Initializes a new instance of the class for the Visual Studio designer.
Do not use this constructor. It is for use by the Visual Studio designer only.
public LayoutUserSettingsDialog ( ) : System
리턴 System

LayoutUserSettingsDialog() 공개 메소드

Initializes a new instance of the class with a LayoutUserSettings object.
public LayoutUserSettingsDialog ( LayoutUserSettings layoutUserSettings ) : System
layoutUserSettings LayoutUserSettings /// The object being edited. ///
리턴 System

프로퍼티 상세

m_oLayoutUserSettings 보호되어 있는 프로퍼티

protected LayoutUserSettings,Smrf.NodeXL.ExcelTemplate m_oLayoutUserSettings
리턴 LayoutUserSettings

m_oLayoutUserSettingsDialogUserSettings 보호되어 있는 프로퍼티

protected LayoutUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oLayoutUserSettingsDialogUserSettings
리턴 LayoutUserSettingsDialogUserSettings