2 writes to Text
UnsupportedTypes (2)
CreateFrameworkTypes.cs (2)
115
new ToolBarButton {
Text
= "toolBarButton1" },
116
new ToolBarButton {
Text
= "toolBarButton2", Style = ToolBarButtonStyle.DropDownButton}
1 reference to Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButton.cs (1)
23
[DefaultProperty(nameof(
Text
))]