VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.WinForms.Controls Namespace / CheckedToolStripSplitButton Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
CheckedToolStripSplitButton Class
In This Topic
Object Model
CheckedToolStripSplitButton
Syntax
'Declaration

<ToolStripItemDesignerAvailabilityAttribute("ItemAdditionVisibility = ToolStrip, StatusStrip")>
<DefaultEventAttribute("ButtonClick")>
<DesignerAttribute("System.Windows.Forms.Design.ToolStripMenuItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultPropertyAttribute("DropDownItems")>
<DesignTimeVisibleAttribute("Visible = False")>
<DesignerAttribute("System.Windows.Forms.Design.ToolStripItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ToolboxItemAttribute("ToolboxItemType = null", "ToolboxItemTypeName = ")>
<DesignerCategoryAttribute("Component")>
Public Class CheckedToolStripSplitButton
   Inherits System.Windows.Forms.ToolStripSplitButton

[ToolStripItemDesignerAvailability("ItemAdditionVisibility = ToolStrip, StatusStrip")]
[DefaultEvent("ButtonClick")]
[Designer("System.Windows.Forms.Design.ToolStripMenuItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultProperty("DropDownItems")]
[DesignTimeVisible("Visible = False")]
[Designer("System.Windows.Forms.Design.ToolStripItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ToolboxItem("ToolboxItemType = null", "ToolboxItemTypeName = ")]
[DesignerCategory("Component")]
public class CheckedToolStripSplitButton : System.Windows.Forms.ToolStripSplitButton

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.BindableComponent
            System.Windows.Forms.ToolStripItem
               System.Windows.Forms.ToolStripDropDownItem
                  System.Windows.Forms.ToolStripSplitButton
                     Vintasoft.Imaging.UI.WinForms.Controls.CheckedToolStripSplitButton

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also