Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

SetCheckBox – PB Docs 2019 – PowerBuilder Library

SetCheckBox – PB Docs 2019

SetCheckBox

PowerScript function

Description

Sets the check box for the RibbonBar control.

Applies to

RibbonBar controls

Syntax

Argument

Description

controlname

The name of the RibbonBar control.

ItemHandle

The handle of the item (check box, combo box, large
button, small button, group) on the same level that you will set
the item.

Item

A check box item you are setting.

Return value

Integer.

Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null, returns null.

Usage

You can also use the SetItem
function to set the check box. Refer to SetItem for the difference between SetItem and SetCheckBox.

The user events to be bound with the check box must be defined
correctly according to the requirements of RibbonCheckBoxItem. For
details, see Clicked in PowerScript Reference and Selected in PowerScript Reference.

Examples

This example inserts the “MyCheckBox1” check box and binds it with
the “Ue_CheckBoxClicked” user event, and then changes the check box text
from “MyCheckBox1” to “MyCheckBox2”, and changes the bound user events
from “Ue_CheckBoxClicked” to “Ue_CheckBoxClicked2” and
“Ue_CheckBoxSelected2”.

See also

InsertCheckBox

InsertCheckBoxFirst

InsertCheckBoxLast

DeleteCheckBox

GetCheckBox

GetChildItemByIndex


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x