C# Class Praeclarum.UI.AddDocumentCell

Inheritance: ThumbnailCell
Show file Open project: praeclarum/Praeclarum

Public Methods

Method Description
AddDocumentCell ( IntPtr handle ) : System
ApplyTheme ( Theme theme ) : void
SetThumbnail ( ) : void

Protected Methods

Method Description
BeginEditingStyle ( ) : void
EndEditingStyle ( ) : void
OnFillContentView ( ) : void

Method Details

AddDocumentCell() public method

public AddDocumentCell ( IntPtr handle ) : System
handle System.IntPtr
return System

ApplyTheme() public method

public ApplyTheme ( Theme theme ) : void
theme Theme
return void

BeginEditingStyle() protected method

protected BeginEditingStyle ( ) : void
return void

EndEditingStyle() protected method

protected EndEditingStyle ( ) : void
return void

OnFillContentView() protected method

protected OnFillContentView ( ) : void
return void

SetThumbnail() public method

public SetThumbnail ( ) : void
return void