MindFusion.Wpf Pack Programmer's Guide
MindFusionButtonType Enumeration
See Also
 





Specifies the behavior of a MindFusionButton.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public enum MindFusionButtonType

Visual Basic  Copy Code

Public Enum MindFusionButtonType

 Members

  Member name Description

DropDown

Indicates that the button will drop down a panel when pressed.

Normal

Indicates that the button will act as a normal button.

Repeat

Indicates that the button will act as a repeat button.

SplitDropDown

Indicates that the button will drop down a panel when pressed. The drop down indicator is visually separated from the button content.

 Remarks

Values of this enumeration can be assigned to the ButtonType property of the MindFusionButton class.

 See Also

MindFusion.UI.Wpf Namespace