ToolStripDropDown::MaxItemSize Property

 

Gets the maximum height and width, in pixels, of the ToolStripDropDown.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
property Size MaxItemSize {
	virtual Size get() override;
}

Property Value

Type: System.Drawing::Size

A Size representing the height and width of the ToolStripDropDown, in pixels.

.NET Framework
Available since 2.0
Return to top
Show: