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