C# Class ZForge.Controls.PropertyGridEx.PropertyGridEx

Inheritance: System.Windows.Forms.PropertyGrid
Datei anzeigen Open project: zhuangyy/Motion

Protected Properties

Property 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

Property Type Description
Dispose void
InitializeComponent void

Public Methods

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

Protected Methods

Method Description
ApplyToolStripRenderMode ( bool value ) : void
AutoSizeSplitter ( int RightMargin ) : void
OnResize ( System e ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
InitializeComponent ( ) : void

Method Details

ApplyToolStripRenderMode() protected method

protected ApplyToolStripRenderMode ( bool value ) : void
value bool
return void

AutoSizeSplitter() protected method

protected AutoSizeSplitter ( int RightMargin ) : void
RightMargin int
return void

MoveSplitterTo() public method

public MoveSplitterTo ( int x ) : void
x int
return void

OnResize() protected method

protected OnResize ( System e ) : void
e System
return void

PropertyGridEx() public method

public PropertyGridEx ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

SetComment() public method

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

Property Details

bAutoSizeProperties protected_oe property

protected bool bAutoSizeProperties
return bool

bDrawFlatToolbar protected_oe property

protected bool bDrawFlatToolbar
return bool

bShowCustomProperties protected_oe property

protected bool bShowCustomProperties
return bool

bShowCustomPropertiesSet protected_oe property

protected bool bShowCustomPropertiesSet
return bool

oCustomPropertyCollection protected_oe property

protected CustomPropertyCollection,ZForge.Controls.PropertyGridEx oCustomPropertyCollection
return CustomPropertyCollection

oCustomPropertyCollectionSet protected_oe property

protected CustomPropertyCollectionSet,ZForge.Controls.PropertyGridEx oCustomPropertyCollectionSet
return CustomPropertyCollectionSet

oDocComment protected_oe property

protected object oDocComment
return object

oDocCommentDescription protected_oe property

protected Label,System.Windows.Forms oDocCommentDescription
return System.Windows.Forms.Label

oDocCommentTitle protected_oe property

protected Label,System.Windows.Forms oDocCommentTitle
return System.Windows.Forms.Label

oHotCommands protected_oe property

protected object oHotCommands
return object

oPropertyGridEntries protected_oe property

protected FieldInfo,System.Reflection oPropertyGridEntries
return System.Reflection.FieldInfo

oPropertyGridView protected_oe property

protected object oPropertyGridView
return object

oToolStrip protected_oe property

protected ToolStrip,System.Windows.Forms oToolStrip
return System.Windows.Forms.ToolStrip