Table of Contents

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

doThis EventHandler<bool>

Returns

IPmpTabGroupFluentCheckable

PmpGroupCheckable

OnDisplaying(EventHandler<EventArgs>)

fires when this group is displayed on the screen

IPmpTabGroupFluentCheckable OnDisplaying(EventHandler<EventArgs> doThis)

Parameters

doThis EventHandler<EventArgs>

Returns

IPmpTabGroupFluentCheckable

SaveGroup()

save all the changes

IPmpTabFluent SaveGroup()

Returns

IPmpTabFluent

IPmpTabFluent

SetCheckedStatus(bool)

defines whether a chackable group appears in its checked state by default

IPmpTabGroupFluentCheckable SetCheckedStatus(bool status = true)

Parameters

status bool

Returns

IPmpTabGroupFluentCheckable

IPmpTabGroupFluentCheckable