C# Class AspNetEdit.UI.PropertyGrid

Inheritance: Gtk.VBox
显示文件 Open project: mono/aspeditor Class Usage Examples

Public Properties

Property Type Description
Rows System.Collections.ArrayList

Private Properties

Property Type Description
AddPropertyTab void
BuildTable Gtk.Table
ImageToPixbuf Gdk.Pixbuf
Populate void
PropertyGrid System
on_bottomWidget_ButtonPressEvent void

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ClearHelp() public method

public ClearHelp ( ) : void
return void

OnPropertyValueChanged() public method

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

PropertyGrid() public method

public PropertyGrid ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

SetHelp() public method

public SetHelp ( string title, string description ) : void
title string
description string
return void

toolbarClick() public method

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

Property Details

Rows public_oe property

public ArrayList,System.Collections Rows
return System.Collections.ArrayList