C# Class LayoutControls.Dialog.LayoutUserSettingsDialog

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oLayoutUserSettings LayoutUserSettings
m_oLayoutUserSettingsDialogUserSettings LayoutUserSettingsDialogUserSettings

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

Dispose() protected méthode

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

DoDataExchange() protected méthode

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

LayoutUserSettingsDialog() public méthode

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
Résultat System

LayoutUserSettingsDialog() public méthode

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

Property Details

m_oLayoutUserSettings protected_oe property

protected LayoutUserSettings m_oLayoutUserSettings
Résultat LayoutUserSettings

m_oLayoutUserSettingsDialogUserSettings protected_oe property

protected LayoutUserSettingsDialogUserSettings,LayoutControls.Dialog m_oLayoutUserSettingsDialogUserSettings
Résultat LayoutUserSettingsDialogUserSettings