C# Класс Ushahidi.Common.Controls.LabelDateBox

Label date box
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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

Метод Описание
Focus ( ) : bool

Set focus

LabelDateBox ( ) : System

Label date box

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnFocusTimer ( object sender, EventArgs e ) : void
OnGotFocus ( object sender, EventArgs e ) : void
OnLostFocus ( object sender, EventArgs e ) : void
OnValueChanged ( object sender, EventArgs e ) : void
SendMessage ( IntPtr handle, uint message, int wParam, int lParam ) : int

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Focus() публичный Метод

Set focus
public Focus ( ) : bool
Результат bool

LabelDateBox() публичный Метод

Label date box
public LabelDateBox ( ) : System
Результат System