C# Класс SourceGrid.Cells.Views.Button

Наследование: Cell
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Default Button

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

Метод Описание
Button ( Button p_Source ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

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

Метод Описание
PrepareView ( CellContext context ) : void

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

Метод Описание
Button ( ) : System

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

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

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Button ( Button p_Source ) : System
p_Source Button
Результат System

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

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
Результат object

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

protected PrepareView ( CellContext context ) : void
context CellContext
Результат void

Описание свойств

Default публичное статическое свойство

Represents a Button with the ability to draw an Image. Disable also the selection border using the OwnerDrawSelectionBorder = true.
public static Button Default
Результат Button