C# Класс GitUI.GitExtensionsForm

Base class for a Git Extensions Form. Includes support for font, hotkey, icon, translation, and position restore.
Наследование: ResourceManager.GitExtensionsFormBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CancelButtonClick ( object sender, EventArgs e ) : void
GitExtensionsForm ( ) : System

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
CheckComponent ( object value ) : bool
GetApplicationIcon ( ) : Icon
GitExtensionsFormLoad ( object sender, EventArgs e ) : void
LookupWindowPosition ( String name ) : GitUI.WindowPosition

Looks up a window in the user settings and returns its saved position.

SetFont ( ) : void

Описание методов

CancelButtonClick() публичный метод

public CancelButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

GitExtensionsForm() публичный метод

public GitExtensionsForm ( ) : System
Результат System

RestorePosition() защищенный метод

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.
protected RestorePosition ( String name ) : void
name String The name to use when looking up the position in /// the settings
Результат void

SavePosition() защищенный метод

Save the position of a form to the user settings. Hides the window as a side-effect.
protected SavePosition ( String name ) : void
name String The name to use when writing the position to the /// settings
Результат void

Translate() защищенный метод

protected Translate ( ) : void
Результат void