ButtonBarCommandLocation Constructor

Constructor

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public ButtonBarCommandLocation(
	int priority = 0,
	CommandButtonStyle style = CommandButtonStyle.Default
)

Parameters

priority  Int32  (Optional)
Determines the command button's location inside the button bar.
style  CommandButtonStyle  (Optional)
Determines the command button's appearance.

See Also