C# 클래스 Nexus.Client.Games.Skyrim.Tools.AI.UI.ArchiveInvalidationView

The view used to display ArchiveInvalidation UI.
This form is always invisible. It is used to show update and confirmations.
상속: System.Windows.Forms.Form, IToolView
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
ArchiveInvalidationView ( ArchiveInvalidation p_aitArchiveInvalidation ) : System.Windows.Forms

A simple constructor that initializes the object with the given values.

보호된 메소드들

메소드 설명
ConfirmAiReset ( ) : bool

Confirms that the user wishes to reset AI.

OnClosing ( CancelEventArgs e ) : void

Raises the Form.Closing event.

This cancels the closing event, and hides the form instead. This is done as this form should always be reused.

SetVisibleCore ( bool value ) : void

Sets the visibility of the form.

This ensures the form is never visible.

메소드 상세

ArchiveInvalidationView() 공개 메소드

A simple constructor that initializes the object with the given values.
public ArchiveInvalidationView ( ArchiveInvalidation p_aitArchiveInvalidation ) : System.Windows.Forms
p_aitArchiveInvalidation ArchiveInvalidation The tool /// for which we are presenting a UI.
리턴 System.Windows.Forms

ConfirmAiReset() 보호된 메소드

Confirms that the user wishes to reset AI.
protected ConfirmAiReset ( ) : bool
리턴 bool

OnClosing() 보호된 메소드

Raises the Form.Closing event.
This cancels the closing event, and hides the form instead. This is done as this form should always be reused.
protected OnClosing ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs A describing the event arguments.
리턴 void

SetVisibleCore() 보호된 메소드

Sets the visibility of the form.
This ensures the form is never visible.
protected SetVisibleCore ( bool value ) : void
value bool Whether the form should be visible. Always ignored.
리턴 void