ModifyStyle Method
Description
Modifies the style of the command bar. This allows you to add or remove the "gripper".
Syntax
Public Sub ModifyStyle( _
ByVal Remove As [XTPCommandBarStyle](XtremeCommandBars~Enumerations~XTPCommandBarStyle_EN.md), _
ByVal Add As [XTPCommandBarStyle](XtremeCommandBars~Enumerations~XTPCommandBarStyle_EN.md) _
)
Parameters
Remove
XTP_CBRS_GRIPPER
This flag is used to indicate if a command bar will display the "gripper" on the far left of the command bar that lets the user know that the command bar can be "gripped" and moved. This can be used to add or remove the gripper. It will not stop the user from gripping the command bar and moving it; you will need to set the appropriate flags to prevent the user from docking the command bar.
Add
XTP_CBRS_GRIPPER
This flag is used to indicate if a command bar will display the "gripper" on the far left of the command bar that lets the user know that the command bar can be "gripped" and moved. This can be used to add or remove the gripper. It will not stop the user from gripping the command bar and moving it; you will need to set the appropriate flags to prevent the user from docking the command bar.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.