WinForms › Smart Button › ButtonStyles
ButtonStyles
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ButtonControls
BinarySmartButton control supports two styles of Button, viz., Normal and MenuButton.
public enum ButtonStyles
Remarks
When the control is set to Normal style, the button control is drawn as a typical Button control, but only providing the extended features as described in BinarySmartButton class.
When set to MenuButton style, the button control is drawn with the Normal style and in addition provides a capability to popup drop-down menu to let users to choose from a numerous set of commands.
The MenuButton style also draws a DropDown Arrow mark (with a color of your choice) to the far right side of the control.
Members at a glance
MenuButton | Draws a Normal XP themed button control, with a small drop-down arrow mark and the built-in capability to popup a drop-down menu (based on the DropDownMenuItems as set). |
Normal | Draws a normal XP themed button control |
Members
Normal
Draws a normal XP themed button control