C# 클래스 AspNetEdit.UI.PropertyGrid

상속: Gtk.VBox
파일 보기 프로젝트 열기: mono/aspeditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Rows System.Collections.ArrayList

Private Properties

프로퍼티 타입 설명
AddPropertyTab void
BuildTable Gtk.Table
ImageToPixbuf Gdk.Pixbuf
Populate void
PropertyGrid System
on_bottomWidget_ButtonPressEvent void

공개 메소드들

메소드 설명
ClearHelp ( ) : void
OnPropertyValueChanged ( GridRow changedItem, object oldValue, object newValue ) : void
PropertyGrid ( ) : System
Refresh ( ) : void
SetHelp ( string title, string description ) : void
toolbarClick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddPropertyTab ( System.Windows.Forms.Design.PropertyTab tab ) : void
BuildTable ( ArrayList arr ) : Gtk.Table
ImageToPixbuf ( System image ) : Gdk.Pixbuf
Populate ( ) : void
PropertyGrid ( EditorManager editorManager ) : System
on_bottomWidget_ButtonPressEvent ( object o, EventArgs e ) : void

메소드 상세

ClearHelp() 공개 메소드

public ClearHelp ( ) : void
리턴 void

OnPropertyValueChanged() 공개 메소드

public OnPropertyValueChanged ( GridRow changedItem, object oldValue, object newValue ) : void
changedItem GridRow
oldValue object
newValue object
리턴 void

PropertyGrid() 공개 메소드

public PropertyGrid ( ) : System
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SetHelp() 공개 메소드

public SetHelp ( string title, string description ) : void
title string
description string
리턴 void

toolbarClick() 공개 메소드

public toolbarClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

Rows 공개적으로 프로퍼티

public ArrayList,System.Collections Rows
리턴 System.Collections.ArrayList