Specifies the behavior of a MindFusionButton.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
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. |
RemarksValues of this enumeration can be assigned to the ButtonType property of the MindFusionButton class.
See Also