C# 클래스 Nexus.Client.ModManagement.UI.OverwriteForm

파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
ShowDialog ( IWin32Window p_winOwner, string p_strMessage, bool p_booAllowGroup, bool p_booAllowMod ) : OverwriteResult

Displays the overwrite form.

ShowDialog ( string p_strMessage, bool p_booAllowGroup, bool p_booAllowMod ) : OverwriteResult

Displays the overwrite form.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
Button_Click ( object sender, EventArgs e ) : void

Handles the Control.Click events of the buttons.

InitializeComponent ( ) : void

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

OverwriteForm ( string p_strMessage, bool p_booAllowGroup, bool p_booAllowMod ) : System

The default constructor.

메소드 상세

Dispose() 보호된 메소드

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

ShowDialog() 공개 정적인 메소드

Displays the overwrite form.
public static ShowDialog ( IWin32Window p_winOwner, string p_strMessage, bool p_booAllowGroup, bool p_booAllowMod ) : OverwriteResult
p_winOwner IWin32Window The window to use as the owner of the form.
p_strMessage string The message to display.
p_booAllowGroup bool Whether to display the /// "Yes to all in Group" and "No to all in Group" buttons.
p_booAllowMod bool Whether to display the /// "Yes to all in Mod" and "No to all in Mod" buttons.
리턴 OverwriteResult

ShowDialog() 공개 정적인 메소드

Displays the overwrite form.
public static ShowDialog ( string p_strMessage, bool p_booAllowGroup, bool p_booAllowMod ) : OverwriteResult
p_strMessage string The message to display.
p_booAllowGroup bool Whether to display the /// "Yes to all in Group" and "No to all in Group" buttons.
p_booAllowMod bool Whether to display the /// "Yes to all in Mod" and "No to all in Mod" buttons.
리턴 OverwriteResult