ICommandBarElement2.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 the order in which this item is moved to the CommandBar overflow menu.
public:
property int DynamicOverflowOrder { int get(); void set(int value); };
int DynamicOverflowOrder();
void DynamicOverflowOrder(int value);
public int DynamicOverflowOrder { get; set; }
var int32 = iCommandBarElement2.dynamicOverflowOrder;
iCommandBarElement2.dynamicOverflowOrder = int32;
Public Property DynamicOverflowOrder As Integer
Property Value
Int32
int
The order in which this item is moved to the overflow menu relative to other items.