SoWinFullViewerRemoveAppPushButton Method |
Removes specified application push button.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic 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