C# Class ExcelDna.IntelliSense.UIState.FunctionList

Inheritance: FormulaEdit
Afficher le fichier Open project: Excel-DNA/IntelliSense

Méthodes publiques

Свойство Type Description
FunctionListBounds System.Windows.Rect
FunctionListWindow System.IntPtr
SelectedItemBounds System.Windows.Rect
SelectedItemText string

Méthodes publiques

Méthode Description
WithBounds ( Rect newEditWindowBounds ) : FormulaEdit
WithFormulaEditWindow ( IntPtr newFormulaEditWindow ) : FormulaEdit
WithFormulaPrefix ( string newFormulaPrefix ) : FormulaEdit
WithFunctionListWindow ( IntPtr newFunctionListWindow ) : FunctionList
WithSelectedItem ( string selectedItemText, Rect selectedItemBounds, Rect listBounds ) : FunctionList
WithToolTipWindow ( IntPtr newExcelToolTipWindow ) : FormulaEdit

Private Methods

Méthode Description
AsFormulaEdit ( ) : FormulaEdit

Method Details

WithBounds() public méthode

public WithBounds ( Rect newEditWindowBounds ) : FormulaEdit
newEditWindowBounds System.Windows.Rect
Résultat FormulaEdit

WithFormulaEditWindow() public méthode

public WithFormulaEditWindow ( IntPtr newFormulaEditWindow ) : FormulaEdit
newFormulaEditWindow System.IntPtr
Résultat FormulaEdit

WithFormulaPrefix() public méthode

public WithFormulaPrefix ( string newFormulaPrefix ) : FormulaEdit
newFormulaPrefix string
Résultat FormulaEdit

WithFunctionListWindow() public méthode

public WithFunctionListWindow ( IntPtr newFunctionListWindow ) : FunctionList
newFunctionListWindow System.IntPtr
Résultat FunctionList

WithSelectedItem() public méthode

public WithSelectedItem ( string selectedItemText, Rect selectedItemBounds, Rect listBounds ) : FunctionList
selectedItemText string
selectedItemBounds System.Windows.Rect
listBounds System.Windows.Rect
Résultat FunctionList

WithToolTipWindow() public méthode

public WithToolTipWindow ( IntPtr newExcelToolTipWindow ) : FormulaEdit
newExcelToolTipWindow System.IntPtr
Résultat FormulaEdit

Property Details

FunctionListBounds public_oe property

public Rect,System.Windows FunctionListBounds
Résultat System.Windows.Rect

FunctionListWindow public_oe property

public IntPtr,System FunctionListWindow
Résultat System.IntPtr

SelectedItemBounds public_oe property

public Rect,System.Windows SelectedItemBounds
Résultat System.Windows.Rect

SelectedItemText public_oe property

public string SelectedItemText
Résultat string