C# Class SourceGrid.Cells.Views.Button

Inheritance: Cell
Mostra file Open project: zhuangyy/Motion

Public Properties

Property Type Description
Default Button

Public Methods

Method Description
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.

Protected Methods

Method Description
PrepareView ( CellContext context ) : void

Private Methods

Method Description
Button ( ) : System

Method Details

Button() public method

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
return System

Clone() public method

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

PrepareView() protected method

protected PrepareView ( CellContext context ) : void
context CellContext
return void

Property Details

Default public_oe static_oe property

Represents a Button with the ability to draw an Image. Disable also the selection border using the OwnerDrawSelectionBorder = true.
public static Button Default
return Button