Interface IPmpTabGroupFluentCheckable
- Namespace
- Hymma.Solidworks.Addins.Fluent
- Assembly
- Hymma.Solidworks.Addins.Fluent.dll
an interface to add property manager page group to a IPmpTabFluent
public interface IPmpTabGroupFluentCheckable : IPmpGroupFluentBase<IPmpTabGroupFluentCheckable>
- Inherited Members
Methods
OnChecked(EventHandler<bool>)
fires when user check/un-check the gourp check box
IPmpTabGroupFluentCheckable OnChecked(EventHandler<bool> doThis)
Parameters
doThisEventHandler<bool>
Returns
OnDisplaying(EventHandler<EventArgs>)
fires when this group is displayed on the screen
IPmpTabGroupFluentCheckable OnDisplaying(EventHandler<EventArgs> doThis)
Parameters
doThisEventHandler<EventArgs>
Returns
SaveGroup()
save all the changes
IPmpTabFluent SaveGroup()
Returns
SetCheckedStatus(bool)
defines whether a chackable group appears in its checked state by default
IPmpTabGroupFluentCheckable SetCheckedStatus(bool status = true)
Parameters
statusbool