C# Класс System.Windows.Forms.ControlHelper

Additional methods for designing and managing controls.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddDialogButtons ( this f, Control buttonOk, Control buttonCancel ) : void
ClearColor ( this button, Color clearColor ) : void

Sets button's back and border colors for normal and hover state to specified color.

FillToBottom ( this control, int offset ) : void
FillToRight ( this control, int offset ) : void
OpenUrl ( this button, string url ) : void
ToCenter ( this f ) : void

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

AddDialogButtons() публичный статический Метод

public static AddDialogButtons ( this f, Control buttonOk, Control buttonCancel ) : void
f this
buttonOk Control
buttonCancel Control
Результат void

ClearColor() публичный статический Метод

Sets button's back and border colors for normal and hover state to specified color.
public static ClearColor ( this button, Color clearColor ) : void
button this
clearColor Color
Результат void

FillToBottom() публичный статический Метод

public static FillToBottom ( this control, int offset ) : void
control this
offset int
Результат void

FillToRight() публичный статический Метод

public static FillToRight ( this control, int offset ) : void
control this
offset int
Результат void

OpenUrl() публичный статический Метод

public static OpenUrl ( this button, string url ) : void
button this
url string
Результат void

ToCenter() публичный статический Метод

public static ToCenter ( this f ) : void
f this
Результат void