XTPControlCustomVerticalOptions Enumeration
See Also

Description
Specifies how a CommandBarControlCustom should look if the parent toolbar is docked vertically.
Members
| Member | Description |
|---|---|
| xtpVerticalHide | Hides the CommandBarControlCustom if the parent toolbar is vertically docked. |
| xtpVerticalShow | Shows the entire CommandBarControlCustom if the parent toolbar is vertically docked. |
| xtpVerticalButton | Displays the CommandBarControlCustom as a button if the parent toolbar is vertically docked. You can then assign an icon to be used when the control is displayed as a button if the IconId is set. |
Remarks
When a CommandBarControlCustom is in a toolbar docked vertically, how the CommandBarControlCustom will be displayed will depend on the XTPControlCustomVerticalOptions flag assigned to the VerticalOptions property.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.