Specifies what to render (image or text) for this System.Windows.Forms.ToolStripItem.
Member Name | Description |
---|---|
Image |
![]() Specifies that only an image is to be rendered for this System.Windows.Forms.ToolStripItem. |
ImageAndText |
![]() Specifies that both an image and text are to be rendered for this System.Windows.Forms.ToolStripItem. |
None |
![]() Specifies that neither image nor text is to be rendered for this System.Windows.Forms.ToolStripItem. |
Text |
![]() Specifies that only text is to be rendered for this System.Windows.Forms.ToolStripItem. |