C# Class iRuler.Dialogs.IndentionSettingsDialog

Afficher le fichier Open project: f5devcentral/f5-irule-editor Class Usage Examples

Méthodes publiques

Свойство Type Description
m_AutoIndent bool
m_IndentSize int
m_TabSize int
m_UseTabs bool

Méthodes publiques

Méthode Description
IndentionSettingsDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
IndentionSettings_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button_Cancel_Click ( object sender, EventArgs e ) : void
button_OK_Click ( object sender, EventArgs e ) : void

Method Details

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

IndentionSettingsDialog() public méthode

public IndentionSettingsDialog ( ) : System
Résultat System

Property Details

m_AutoIndent public_oe property

public bool m_AutoIndent
Résultat bool

m_IndentSize public_oe property

public int m_IndentSize
Résultat int

m_TabSize public_oe property

public int m_TabSize
Résultat int

m_UseTabs public_oe property

public bool m_UseTabs
Résultat bool