C# Class FarsiLibrary.Win.Controls.FADatePickerStrip

Inheritance: System.Windows.Forms.ToolStripControlHost
Show file Open project: HEskandari/FarsiLibrary

Private Properties

Property Type Description
CreateControlInstance System.Windows.Forms.Control

Public Methods

Method Description
FADatePickerStrip ( ) : System.ComponentModel

Creates a new instance of FADatePickerStrip.

ShouldSerializeText ( ) : bool

Determines when to serialize Text value of the control.

Private Methods

Method Description
CreateControlInstance ( ) : Control

Create the actual control, note this is static so it can be called from the constructor.

Method Details

FADatePickerStrip() public method

Creates a new instance of FADatePickerStrip.
public FADatePickerStrip ( ) : System.ComponentModel
return System.ComponentModel

ShouldSerializeText() public method

Determines when to serialize Text value of the control.
public ShouldSerializeText ( ) : bool
return bool