Click or drag to resize
SoWinFullViewer.InsertAppPushButton Method

Adds application push button, which will be placed in the left hand side decoration trim.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void InsertAppPushButton(
	Control newButton,
	int index
)

Parameters

newButton
Type: System.Windows.Forms.Control
index
Type: System.Int32
Remarks

Buttons are inserted at the desired index.

Note: The button bitmaps should be 24-by-24 pixels to fit nicely into the decoration trim like the other viewer buttons.

See Also