SoWinFullViewerRemoveAppPushButton Method |
Removes specified application push button.
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 RemoveAppPushButton(
Control oldButton
)
Public Sub RemoveAppPushButton (
oldButton As Control
)
public:
void RemoveAppPushButton(
Control^ oldButton
)
member RemoveAppPushButton :
oldButton : Control -> unit
Parameters
- oldButton
- Type: System.Windows.FormsControl
Remarks See Also