C# 클래스 Azmyth.Editor.PropertyGridExtensions

파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetPropertyGridView ( System.Windows.Forms.PropertyGrid propertyGrid ) : object

Gets the (private) PropertyGridView instance.

메소드 상세

GetInternalLabelWidth() 공개 정적인 메소드

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

MoveSplitterTo() 공개 정적인 메소드

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.
리턴 void