ToolStripStatusLabel.GetPreferredSize(Size) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the size of a rectangular area into which a ToolStripStatusLabel can be fitted.
public:
override System::Drawing::Size GetPreferredSize(System::Drawing::Size constrainingSize);
public override System.Drawing.Size GetPreferredSize (System.Drawing.Size constrainingSize);
override this.GetPreferredSize : System.Drawing.Size -> System.Drawing.Size
Public Overrides Function GetPreferredSize (constrainingSize As Size) As Size
Parameters
- constrainingSize
- Size
The custom-sized area for a control.
Returns
An ordered pair of type Size, representing the width and height of a rectangle.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.