Class EPSCategoryBar

This control can be used similar to a tab control, except that it uses the category picker to
switch between entire containers that fill the entire control area

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.Panel
            EPS.Windows.Forms.SimpleControls.EPSPanel
              EPS.Windows.Forms.OfficeControls.EPSCategoryBar

public class EPSCategoryBar : EPSPanel

Class Members

MemberDescription
Constructor Constructor
AddCategory This method can be used to add new categories (often user controls)
public bool AddCategory( IApplicationCategory category );

public bool AddCategory( IApplicationCategory category,
string name,
string displayText );

SelectCategory Selects the category specified by its index
public void SelectCategory( int index );

public void SelectCategory( CategoryListItem category );

Dock Docking setting that indicates which borders of the control are docked to its container.
MaximumInitialCategoryCount Maximum number of categories to show before the user resizes them manually.

Requirements

Namespace: EPS.Windows.Forms.OfficeControls
Assembly: OFFICECONTROLS.DLL


  Last Updated: 5/23/2007 | © , 2007