C# Class FarsiLibrary.Win.Controls.FaMonthViewStrip

Inheritance: System.Windows.Forms.ToolStripControlHost
显示文件 Open project: HEskandari/FarsiLibrary

Private Properties

Property Type Description
CreateControlInstance System.Windows.Forms.Control

Public Methods

Method Description
FaMonthViewStrip ( ) : System.ComponentModel

Creates a new instance of FaMonthViewStrip.

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

FaMonthViewStrip() public method

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

ShouldSerializeText() public method

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