ICommandBarElement.DynamicOverflowOrder Property

Definition

Gets or sets a value that indicates the order in which a primary command in a CommandBar should be moved to the overflow menu when there is not enough room to display all primary commands.

public:
 property int DynamicOverflowOrder { int get(); void set(int value); };
int DynamicOverflowOrder();

void DynamicOverflowOrder(int value);
public int DynamicOverflowOrder { get; set; }
var int32 = iCommandBarElement.dynamicOverflowOrder;
iCommandBarElement.dynamicOverflowOrder = int32;
Public Property DynamicOverflowOrder As Integer

Property Value

Int32

int

A value that indicates the order in which a primary command in a CommandBar is moved to the overflow menu.

Applies to

See also