C# Class Azmyth.Editor.PropertyGridExtensions

Datei anzeigen Open project: GalacticSoft/Azmyth

Public Methods

Method Description
GetInternalLabelWidth ( this propertyGrid ) : int

Gets the width of the left column.

MoveSplitterTo ( this propertyGrid, int xpos ) : void

Moves the splitter to the supplied horizontal position.

Private Methods

Method Description
GetPropertyGridView ( System.Windows.Forms.PropertyGrid propertyGrid ) : object

Gets the (private) PropertyGridView instance.

Method Details

GetInternalLabelWidth() public static method

Gets the width of the left column.
public static GetInternalLabelWidth ( this propertyGrid ) : int
propertyGrid this The property grid.
return int

MoveSplitterTo() public static method

Moves the splitter to the supplied horizontal position.
public static MoveSplitterTo ( this propertyGrid, int xpos ) : void
propertyGrid this The property grid.
xpos int The horizontal position.
return void