LinsMenuStrip class

It is a customized MenuStrip object; it owns all MenuStrip’s features. The visibility of a LineMenuStrip object can be turned on/off.

§      Members

1)   public long ID { get; set; }               

Remarks

Every LinsMenuStrip object should have a unique ID. If its value is between FlexConstants.m_nUserDefinedControlStartID and FlexConstants.m_nUserDefinedControlStartID, then its layout will be persistent; otherwise, its layout will not be saved.

 

§      Methods

1)   public void ShowMenuStrip()                

Remarks

This make the LinsMenuStrip object visible.

 

2)   public virtual void HideMenuStrip()

Remarks

This make the LinsMenuStrip object invisible.