ToolStripItemDisplayStyle Enum
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.
Specifies what to render (image or text) for this ToolStripItem.
public enum class ToolStripItemDisplayStyle
public enum ToolStripItemDisplayStyle
type ToolStripItemDisplayStyle =
Public Enum ToolStripItemDisplayStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that neither image nor text is to be rendered for this ToolStripItem. |
Text | 1 | Specifies that only text is to be rendered for this ToolStripItem. |
Image | 2 | Specifies that only an image is to be rendered for this ToolStripItem. |
ImageAndText | 3 | Specifies that both an image and text are to be rendered for this ToolStripItem. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.