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
captionstringcaption/title for this group
Returns
AddGroup(string)
add a group to this tab
IPmpTabGroupFluent AddGroup(string caption)
Parameters
captionstring
Returns
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
doThisEventHandler<EventArgs>
Returns
OnDisplaying(EventHandler<EventArgs>)
event to fire once this tab is displayed
IPmpTabFluent OnDisplaying(EventHandler<EventArgs> doThis)
Parameters
doThisEventHandler<EventArgs>
Returns
SaveTab()
saves the tab
IPmpUiModelFluent SaveTab()