Search Results for

    Show / Hide Table of Contents

    Class ButtonStyles

    BinarySmartButton control supports two styles of Button, viz., Normal and MenuButton.

    Namespace: Binarymission.WinForms.Controls.ButtonControls
    Assembly: Binarymission.WinForms.Controls.BinarySmartButton.dll
    Syntax
    public sealed class ButtonStyles : Enum
    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 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.

    Fields

    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 as set).

    Declaration
    public const ButtonStyles MenuButton
    Field Value
    Type Description
    ButtonStyles

    Normal

    Draws a normal XP themed button control

    Declaration
    public const ButtonStyles Normal
    Field Value
    Type Description
    ButtonStyles

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    Int32
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.