Method | Description | |
---|---|---|
CancelButtonClick ( object sender, |
||
GitExtensionsForm ( ) : System |
Method | Description | |
---|---|---|
RestorePosition ( String name ) : void |
Restores the position of a form from the user settings. Does nothing if there is no entry for the form in the settings, or the setting would be invisible on the current display configuration.
|
|
SavePosition ( String name ) : void |
Save the position of a form to the user settings. Hides the window as a side-effect.
|
|
Translate ( ) : void |
Method | Description | |
---|---|---|
CheckComponent ( object value ) : bool | ||
GetApplicationIcon ( ) : |
||
GitExtensionsFormLoad ( object sender, |
||
LookupWindowPosition ( String name ) : GitUI.WindowPosition |
Looks up a window in the user settings and returns its saved position.
|
|
SetFont ( ) : void |
public CancelButtonClick ( object sender, |
||
sender | object | |
e | ||
return | void |
protected RestorePosition ( String name ) : void | ||
name | String | The name to use when looking up the position in /// the settings |
return | void |
protected SavePosition ( String name ) : void | ||
name | String | The name to use when writing the position to the /// settings |
return | void |