C# 클래스 ExcelDna.IntelliSense.UIState.FunctionList

상속: FormulaEdit
파일 보기 프로젝트 열기: Excel-DNA/IntelliSense

공개 프로퍼티들

프로퍼티 타입 설명
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