[]
        
(Showing Draft Content)

C1.Win.C1Editor.ToolStrips.CommandSplitButton

CommandSplitButton Enum

Specifies the command used in a C1EditorToolStripSplitButton.

Namespace: C1.Win.C1Editor.ToolStrips
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public enum CommandSplitButton
Remarks

The CommandSplitButton enumeration is used by the C1EditorToolStripSplitButton to set associated with the command text, tooltip, image, and menu items. The command defines also whether the button is checked or unchecked and whether the button is enabled or disabled.

Examples

The following code example demonstrates how to create a C1EditorToolStripSplitButton and add it to a ToolStrip.

C1EditorToolStripSplitButton button = new C1EditorToolStripSplitButton();
button.Command = CommandSplitButton.Border;
button.Editor = c1Editor1;
toolStrip1.Items.Add(button);

Fields

Name Description
Border

Border

None

Empty command.