Specifies the behavior of a MindFusionButton.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.Common.Wpf
C#
![]() |
---|
public enum MindFusionButtonType |
Visual Basic
![]() |
---|
Public Enum MindFusionButtonType |
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. |
Values of this enumeration can be assigned to the ButtonType property of the MindFusionButton class.