C# 클래스 Yaircc.UI.ToolStripSpringTextBox

Represents an auto-sizing ToolStripTextBox.
상속: System.Windows.Forms.ToolStripTextBox
파일 보기 프로젝트 열기: rastating/yaircc

공개 메소드들

메소드 설명
GetPreferredSize ( Size constrainingSize ) : Size

Retrieves the size of a rectangular area into which a control can be fitted.

메소드 상세

GetPreferredSize() 공개 메소드

Retrieves the size of a rectangular area into which a control can be fitted.
public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size The custom-sized area for a control.
리턴 System.Drawing.Size