C# Class iRuler.Dialogs.IndentionSettingsDialog

ファイルを表示 Open project: f5devcentral/f5-irule-editor Class Usage Examples

Public Properties

Property Type Description
m_AutoIndent bool
m_IndentSize int
m_TabSize int
m_UseTabs bool

Public Methods

Method Description
IndentionSettingsDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

IndentionSettingsDialog() public method

public IndentionSettingsDialog ( ) : System
return System

Property Details

m_AutoIndent public_oe property

public bool m_AutoIndent
return bool

m_IndentSize public_oe property

public int m_IndentSize
return int

m_TabSize public_oe property

public int m_TabSize
return int

m_UseTabs public_oe property

public bool m_UseTabs
return bool