C# Class GitForce.Settings.Panels.ControlDoubleClick

Inheritance: System.Windows.Forms.UserControl, IUserSettings
Datei anzeigen Open project: gdevic/GitForce

Public Methods

Method Description
ApplyChanges ( ) : void

Apply changed settings

ControlDoubleClick ( ) : System
Focus ( bool focused ) : void

Control received a focus (true) or lost a focus (false)

Init ( string options ) : void

Initialize pertinent settings

Private Methods

Method Description
RadioButtonCheckedChanged ( object sender, EventArgs e ) : void

Radio button clicked

Method Details

ApplyChanges() public method

Apply changed settings
public ApplyChanges ( ) : void
return void

ControlDoubleClick() public method

public ControlDoubleClick ( ) : System
return System

Focus() public method

Control received a focus (true) or lost a focus (false)
public Focus ( bool focused ) : void
focused bool
return void

Init() public method

Initialize pertinent settings
public Init ( string options ) : void
options string All git global settings
return void