C# Class ExcelDna.IntelliSense.UIState.FormulaEdit

Inheritance: UIState
显示文件 Open project: Excel-DNA/IntelliSense

Public Properties

Property Type Description
EditWindowBounds System.Windows.Rect
ExcelToolTipWindow System.IntPtr
FormulaEditWindow System.IntPtr
FormulaPrefix string

Public Methods

Method Description
WithBounds ( Rect newEditWindowBounds ) : FormulaEdit
WithFormulaEditWindow ( IntPtr newFormulaEditWindow ) : FormulaEdit
WithFormulaPrefix ( string newFormulaPrefix ) : FormulaEdit
WithToolTipWindow ( IntPtr newExcelToolTipWindow ) : 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

WithToolTipWindow() public method

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

Property Details

EditWindowBounds public_oe property

public Rect,System.Windows EditWindowBounds
return System.Windows.Rect

ExcelToolTipWindow public_oe property

public IntPtr,System ExcelToolTipWindow
return System.IntPtr

FormulaEditWindow public_oe property

public IntPtr,System FormulaEditWindow
return System.IntPtr

FormulaPrefix public_oe property

public string FormulaPrefix
return string