C# Class ZForge.Controls.PropertyGridEx.PropertyGridEx

Inheritance: System.Windows.Forms.PropertyGrid
Afficher le fichier Open project: zhuangyy/Motion

Protected Properties

Свойство Type Description
bAutoSizeProperties bool
bDrawFlatToolbar bool
bShowCustomProperties bool
bShowCustomPropertiesSet bool
oCustomPropertyCollection CustomPropertyCollection
oCustomPropertyCollectionSet CustomPropertyCollectionSet
oDocComment object
oDocCommentDescription System.Windows.Forms.Label
oDocCommentTitle System.Windows.Forms.Label
oHotCommands object
oPropertyGridEntries System.Reflection.FieldInfo
oPropertyGridView object
oToolStrip System.Windows.Forms.ToolStrip

Private Properties

Свойство Type Description
Dispose void
InitializeComponent void

Méthodes publiques

Méthode Description
MoveSplitterTo ( int x ) : void
PropertyGridEx ( ) : System
Refresh ( ) : void
SetComment ( string title, string description ) : void

Méthodes protégées

Méthode Description
ApplyToolStripRenderMode ( bool value ) : void
AutoSizeSplitter ( int RightMargin ) : void
OnResize ( System e ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
InitializeComponent ( ) : void

Method Details

ApplyToolStripRenderMode() protected méthode

protected ApplyToolStripRenderMode ( bool value ) : void
value bool
Résultat void

AutoSizeSplitter() protected méthode

protected AutoSizeSplitter ( int RightMargin ) : void
RightMargin int
Résultat void

MoveSplitterTo() public méthode

public MoveSplitterTo ( int x ) : void
x int
Résultat void

OnResize() protected méthode

protected OnResize ( System e ) : void
e System
Résultat void

PropertyGridEx() public méthode

public PropertyGridEx ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SetComment() public méthode

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

Property Details

bAutoSizeProperties protected_oe property

protected bool bAutoSizeProperties
Résultat bool

bDrawFlatToolbar protected_oe property

protected bool bDrawFlatToolbar
Résultat bool

bShowCustomProperties protected_oe property

protected bool bShowCustomProperties
Résultat bool

bShowCustomPropertiesSet protected_oe property

protected bool bShowCustomPropertiesSet
Résultat bool

oCustomPropertyCollection protected_oe property

protected CustomPropertyCollection,ZForge.Controls.PropertyGridEx oCustomPropertyCollection
Résultat CustomPropertyCollection

oCustomPropertyCollectionSet protected_oe property

protected CustomPropertyCollectionSet,ZForge.Controls.PropertyGridEx oCustomPropertyCollectionSet
Résultat CustomPropertyCollectionSet

oDocComment protected_oe property

protected object oDocComment
Résultat object

oDocCommentDescription protected_oe property

protected Label,System.Windows.Forms oDocCommentDescription
Résultat System.Windows.Forms.Label

oDocCommentTitle protected_oe property

protected Label,System.Windows.Forms oDocCommentTitle
Résultat System.Windows.Forms.Label

oHotCommands protected_oe property

protected object oHotCommands
Résultat object

oPropertyGridEntries protected_oe property

protected FieldInfo,System.Reflection oPropertyGridEntries
Résultat System.Reflection.FieldInfo

oPropertyGridView protected_oe property

protected object oPropertyGridView
Résultat object

oToolStrip protected_oe property

protected ToolStrip,System.Windows.Forms oToolStrip
Résultat System.Windows.Forms.ToolStrip