Table of Contents

Interface IPmpTabFluent

Namespace
Hymma.Solidworks.Addins.Fluent
Assembly
Hymma.Solidworks.Addins.Fluent.dll

creat a tab for property manager page

public interface IPmpTabFluent

Methods

AddCheckableGroup(string)

Adds a checkable group to this tab

IPmpTabGroupFluentCheckable AddCheckableGroup(string caption)

Parameters

caption string

caption/title for this group

Returns

IPmpTabGroupFluentCheckable

AddGroup(string)

add a group to this tab

IPmpTabGroupFluent AddGroup(string caption)

Parameters

caption string

Returns

IPmpTabGroupFluent

OnClick(EventHandler<EventArgs>)

define a method that returns Void to be invoke when user changes the tab in the property manager page

IPmpTabFluent OnClick(EventHandler<EventArgs> doThis)

Parameters

doThis EventHandler<EventArgs>

Returns

IPmpTabFluent

OnDisplaying(EventHandler<EventArgs>)

event to fire once this tab is displayed

IPmpTabFluent OnDisplaying(EventHandler<EventArgs> doThis)

Parameters

doThis EventHandler<EventArgs>

Returns

IPmpTabFluent

SaveTab()

saves the tab

IPmpUiModelFluent SaveTab()

Returns

IPmpUiModelFluent