How to Hide a Child Button of a ButtonEdit Control
By calling the ButtonEdit.HideButton method, we can hide a child button.
Methods Table
Method | Description |
---|---|
HideButton | Indicates whether a child button is hidden or visible. The parameters are, buttonIndex - Specifies the index of the button. visible - Specifies the visibility of the button. It can be true or false. If true, the button will be visible and if false, the button will not be visible. |
this.buttonEdit1.HideButton(0, false);
Me.buttonEdit1.HideButton(0, False)
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page