C# Класс ExcelDna.IntelliSense.UIState.FunctionList

Наследование: FormulaEdit
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FunctionListBounds System.Windows.Rect
FunctionListWindow System.IntPtr
SelectedItemBounds System.Windows.Rect
SelectedItemText string

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AsFormulaEdit ( ) : FormulaEdit

Описание методов

WithBounds() публичный Метод

public WithBounds ( Rect newEditWindowBounds ) : FormulaEdit
newEditWindowBounds System.Windows.Rect
Результат FormulaEdit

WithFormulaEditWindow() публичный Метод

public WithFormulaEditWindow ( IntPtr newFormulaEditWindow ) : FormulaEdit
newFormulaEditWindow System.IntPtr
Результат FormulaEdit

WithFormulaPrefix() публичный Метод

public WithFormulaPrefix ( string newFormulaPrefix ) : FormulaEdit
newFormulaPrefix string
Результат FormulaEdit

WithFunctionListWindow() публичный Метод

public WithFunctionListWindow ( IntPtr newFunctionListWindow ) : FunctionList
newFunctionListWindow System.IntPtr
Результат FunctionList

WithSelectedItem() публичный Метод

public WithSelectedItem ( string selectedItemText, Rect selectedItemBounds, Rect listBounds ) : FunctionList
selectedItemText string
selectedItemBounds System.Windows.Rect
listBounds System.Windows.Rect
Результат FunctionList

WithToolTipWindow() публичный Метод

public WithToolTipWindow ( IntPtr newExcelToolTipWindow ) : FormulaEdit
newExcelToolTipWindow System.IntPtr
Результат FormulaEdit

Описание свойств

FunctionListBounds публичное свойство

public Rect,System.Windows FunctionListBounds
Результат System.Windows.Rect

FunctionListWindow публичное свойство

public IntPtr,System FunctionListWindow
Результат System.IntPtr

SelectedItemBounds публичное свойство

public Rect,System.Windows SelectedItemBounds
Результат System.Windows.Rect

SelectedItemText публичное свойство

public string SelectedItemText
Результат string