SoWinFullViewerAddAppPushButton Method |
Adds application push button, which will be placed in the left hand side decoration trim.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void AddAppPushButton(
Control newButton
)
Public Sub AddAppPushButton (
newButton As Control
)
public:
void AddAppPushButton(
Control^ newButton
)
member AddAppPushButton :
newButton : Control -> unit
Parameters
- newButton
- Type: System.Windows.FormsControl
Remarks Buttons are appended to the end of the list.
Note: The button bitmaps should be 24-by-24 pixels to fit nicely into the decoration trim like the other viewer buttons.
See Also