ButtonBarCommandLocationPriority Property |
Determines the command button's location inside the button bar,
relative to other buttons.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic int Priority { get; set; }
Public Property Priority As Integer
Get
Set
public:
property int Priority {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also