Hide Table of Contents
OnComboboxEditChanged Method (IPropertyManagerPage2Handler7)

Obsoleted. Superseded by IPropertyManagerPage2Handler8::OnComboboxEditChanged.

.NET Syntax

Visual Basic (Declaration) 
Sub OnComboboxEditChanged( _
   ByVal Id As System.Integer, _
   ByVal Text As System.String _
) 
Visual Basic (Usage) 
Dim instance As IPropertyManagerPage2Handler7
Dim Id As System.Integer
Dim Text As System.String
 
instance.OnComboboxEditChanged(Id, Text)
C# 
void OnComboboxEditChanged( 
   System.int Id,
   System.string Text
)
C++/CLI 
void OnComboboxEditChanged( 
&   System.int Id,
&   System.String^ Text
) 

Parameters

Id

ID of the combo box

Text

Text string

Remarks

This method is only called if the combo box was set up as an editable text box. If the combo box is set up to as a static text box, then this method is not called.

 

If the user can edit the text in the text box, then use this method with IPropertyManagerPage2Handler7::OnComboxSelectionChanged to find out what is in the text box of the combo box.

 

When this method is called, the control may not yet be updated with the current selection, so the IPropertyManagerPageCombobox::CurrentSelection property is not reliable. The text passed into this method is the up-to-date text.

 

See Also

Availability

SolidWorks 2010 FCS, Revision Number 18.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   OnComboboxEditChanged Method (IPropertyManagerPage2Handler7)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2014 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.