C# Class ExcelDna.IntelliSense.UIState.FunctionList

Inheritance: FormulaEdit
Mostra file Open project: Excel-DNA/IntelliSense

Public Properties

Property Type Description
FunctionListBounds System.Windows.Rect
FunctionListWindow System.IntPtr
SelectedItemBounds System.Windows.Rect
SelectedItemText string

Public Methods

Method 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

Method Description
AsFormulaEdit ( ) : FormulaEdit

Method Details

WithBounds() public method

public WithBounds ( Rect newEditWindowBounds ) : FormulaEdit
newEditWindowBounds System.Windows.Rect
return FormulaEdit

WithFormulaEditWindow() public method

public WithFormulaEditWindow ( IntPtr newFormulaEditWindow ) : FormulaEdit
newFormulaEditWindow System.IntPtr
return FormulaEdit

WithFormulaPrefix() public method

public WithFormulaPrefix ( string newFormulaPrefix ) : FormulaEdit
newFormulaPrefix string
return FormulaEdit

WithFunctionListWindow() public method

public WithFunctionListWindow ( IntPtr newFunctionListWindow ) : FunctionList
newFunctionListWindow System.IntPtr
return FunctionList

WithSelectedItem() public method

public WithSelectedItem ( string selectedItemText, Rect selectedItemBounds, Rect listBounds ) : FunctionList
selectedItemText string
selectedItemBounds System.Windows.Rect
listBounds System.Windows.Rect
return FunctionList

WithToolTipWindow() public method

public WithToolTipWindow ( IntPtr newExcelToolTipWindow ) : FormulaEdit
newExcelToolTipWindow System.IntPtr
return FormulaEdit

Property Details

FunctionListBounds public_oe property

public Rect,System.Windows FunctionListBounds
return System.Windows.Rect

FunctionListWindow public_oe property

public IntPtr,System FunctionListWindow
return System.IntPtr

SelectedItemBounds public_oe property

public Rect,System.Windows SelectedItemBounds
return System.Windows.Rect

SelectedItemText public_oe property

public string SelectedItemText
return string