SoWinFullViewerFindAppPushButton Method |
Returns index of specified 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 int FindAppPushButton(
Control oldButton
)
Public Function FindAppPushButton (
oldButton As Control
) As Integer
public:
int FindAppPushButton(
Control^ oldButton
)
member FindAppPushButton :
oldButton : Control -> int
Parameters
- oldButton
- Type: System.Windows.FormsControl
Return Value
Type:
Int32Remarks See Also