Foxit PDF SDK
FSDK::WidgetChoiceOption类 参考

Public 成员函数

 constructor ()
 构造函数。
 
 constructor (option_label, selected)
 带参数的构造函数。 更多...
 
 Set (option_label, selected)
 设置值。 更多...
 

Public 属性

 option_label
 选项的显示字符串值。
 
 selected
 用于指示选项是否已选中。
 

详细描述

此类表示列表框或组合框中选项的数据。

成员函数说明

◆ constructor()

FSDK::WidgetChoiceOption::constructor ( option_label  ,
selected   
)

带参数的构造函数。

参数
[in]option_label选项的显示字符串值。
[in]selectedtrue 表示选项已选中,而 false 表示 选项未选中。

◆ Set()

FSDK::WidgetChoiceOption::Set ( option_label  ,
selected   
)

设置值。

参数
[in]option_label选项的显示字符串值。
[in]selectedtrue 表示选项已选中,而 false 表示 选项未选中。
返回
无。