Called when a user changes the text string in the text box of a combo box on this PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnComboboxEditChanged( _
ByVal Id As Integer, _
ByVal Text As String _
) |
C# | |
---|
void OnComboboxEditChanged(
int Id,
string Text
) |
C++/CLI | |
---|
void OnComboboxEditChanged(
& int Id,
& String^ Text
) |
Parameters
- Id
- ID of the combo box
- Text
- Text string
Remarks
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0