ICommandBarElement.DynamicOverflowOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.