C# Class AspNetEdit.UI.PropertyGrid

Inheritance: Gtk.VBox
Afficher le fichier Open project: mono/aspeditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Rows System.Collections.ArrayList

Private Properties

Свойство Type Description
AddPropertyTab void
BuildTable Gtk.Table
ImageToPixbuf Gdk.Pixbuf
Populate void
PropertyGrid System
on_bottomWidget_ButtonPressEvent void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ClearHelp ( ) : void
Résultat void

OnPropertyValueChanged() public méthode

public OnPropertyValueChanged ( GridRow changedItem, object oldValue, object newValue ) : void
changedItem GridRow
oldValue object
newValue object
Résultat void

PropertyGrid() public méthode

public PropertyGrid ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SetHelp() public méthode

public SetHelp ( string title, string description ) : void
title string
description string
Résultat void

toolbarClick() public méthode

public toolbarClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Rows public_oe property

public ArrayList,System.Collections Rows
Résultat System.Collections.ArrayList