ICommandBarElement2
ICommandBarElement2
ICommandBarElement2
ICommandBarElement2
Interface
Definition
Defines members to manage the command bar overflow menu.
public : interface ICommandBarElement2public interface ICommandBarElement2Public Interface ICommandBarElement2// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
DynamicOverflowOrder DynamicOverflowOrder DynamicOverflowOrder DynamicOverflowOrder
Gets or sets the order in which this item is moved to the CommandBar overflow menu.
public : int DynamicOverflowOrder { get; set; }public int DynamicOverflowOrder { get; set; }Public ReadWrite Property DynamicOverflowOrder As int// This API is not available in Javascript.
- Value
- int int int int
The order in which this item is moved to the overflow menu relative to other items.
IsInOverflow IsInOverflow IsInOverflow IsInOverflow
Gets a value that indicates whether this item is in the overflow menu.
public : PlatForm::Boolean IsInOverflow { get; }public bool IsInOverflow { get; }Public ReadOnly Property IsInOverflow As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if this item is in the overflow menu; otherwise, false.